Skip to content

Commit 2667196

Browse files
committed
fix e2e tests
1 parent c04d7bf commit 2667196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/constants/selectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
const SELECTORS = {
6-
RR_ITEM_TEXT: 'h3 > label > span',
6+
RR_ITEM_TEXT: 'h3 > span',
77
TODO_ITEM: 'ul#todo-list > prpl-suggested-task li',
88
TODO_COMPLETED_ITEM: 'ul#todo-list-completed > prpl-suggested-task li',
99
TODO_LIST: 'ul#todo-list',

0 commit comments

Comments
 (0)