We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d7bf commit 2667196Copy full SHA for 2667196
1 file changed
tests/e2e/constants/selectors.js
@@ -3,7 +3,7 @@
3
*/
4
5
const SELECTORS = {
6
- RR_ITEM_TEXT: 'h3 > label > span',
+ RR_ITEM_TEXT: 'h3 > span',
7
TODO_ITEM: 'ul#todo-list > prpl-suggested-task li',
8
TODO_COMPLETED_ITEM: 'ul#todo-list-completed > prpl-suggested-task li',
9
TODO_LIST: 'ul#todo-list',
0 commit comments