https://cypress.io logo
It's kinda weird to me that you're getting the ele...
# e2e-testing
f
It's kinda weird to me that you're getting the element with
cy.contains()
and a string, and then asserting on that with
should()
. If it's not there,
contains()
will fail anyhow