Trying to write a Cypress UI test that uses a passed string
I’m attempting to write a Cypress test that uses a string passed through by a different function. The other function simply calls the cypress function and passes a string. This seems to be possible from what I’ve seen in documentation but I can’t figure out what I’m missing. The Cypress test is just supposed to… Read More Trying to write a Cypress UI test that uses a passed string