We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cypress-example-kitchensink/cypress/e2e/2-advanced-examples/assertions.cy.js
Line 12 in 277e055
should be changed to .find('tbody tr:last-child') to get the last element. The :last-child is accepted in CSS while not :last .
.find('tbody tr:last-child')
:last-child
:last