gray-kilobyte-89541
12/29/2022, 9:06 PMjs
cy.contains('#table tbody tr', rowName).should("not.exist")
For more examples, see https://glebbahmutov.com/cypress-examples/commands/querying.html and https://glebbahmutov.com/cypress-examples/commands/assertions.html Also read https://glebbahmutov.com/blog/negative-assertions/