Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created July 25, 2019 13:47
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 ksakae1216/739c4ed2e6bb6d91c8596fb7a5a22968 to your computer and use it in GitHub Desktop.
Save ksakae1216/739c4ed2e6bb6d91c8596fb7a5a22968 to your computer and use it in GitHub Desktop.
export const getTodos = () => cy.get('li.todo');
export const getAddTodoButton = () => cy.get('button#add-todo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment