cypress-io / cypress-example-todomvc

The official TodoMVC tests written in Cypress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out selector playground logic to select any element for our tests

bahmutov opened this issue · comments

Currently, selector playground does not give a good selector for elements in the list or checkboxes. We can adjust the returned selector using https://docs.cypress.io/api/cypress-api/selector-playground-api.html

See if we can figure out code to select every element in the current tests using the playground.

at least should not do this:
Screen Shot 2019-05-10 at 10 00 20 AM