You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue has to do with the expect statement when this is ran, it fails the test. However, see the expected v.s. the received
Error: expect(received).toHaveText(expected)
Expected string: "Installation"
Received string: "Installation"
What is bizarre, is if I were to copy/paste the Received string: "Installation" into the toHaveText field, it comes back successful, although there are no changes.
Context:
The issue has to do with the expect statement when this is ran, it fails the test. However, see the expected v.s. the received
What is bizarre, is if I were to copy/paste the Received string: "Installation" into the toHaveText field, it comes back successful, although there are no changes.
PW.weirdness.mp4