xNS5/7632cd

Cypress skipping the first character of the test sentences

Opened this issue · 0 comments

xNS5 commented

While the cypress tests are running, it would often skip the first letter of the sentence. For example, "Second message" would turn into "econd message". I believe that this bug has something to do with the speed that the tests are being done. Adding cy.wait(500) fixes the issue.