https://github.com/cypress-io/cypress-example-kitchensink/blob/277e055329a3c1a07674aeaf42d882488dcdbb78/cypress/e2e/2-advanced-examples/assertions.cy.js#L12 should be changed to `.find('tbody tr:last-child')` to get the last element. The `:last-child` is accepted in CSS while not `:last` .