I am trying to check a SubString exists in an array. In the Test i am asserting using:
expect(classList).toContain(\'Rail__focused\')
I am ge