Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active June 3, 2020 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/04ddd3870288410510f9062c52c65e41 to your computer and use it in GitHub Desktop.
Save lydemann/04ddd3870288410510f9062c52c65e41 to your computer and use it in GitHub Desktop.
todo.po.ts
public static checkForTodos() {
cy.get('[data-test=todo-item]').should('have.length', 5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment