Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active June 3, 2020 15:33
Show Gist options
  • Select an option

  • Save lydemann/04ddd3870288410510f9062c52c65e41 to your computer and use it in GitHub Desktop.

Select an option

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