- 2
- TodoMVC - React
- No Todos
- should hide #main and #footer
-
Screenshot (1)
-
before each
- 1 visit
- (new url)
-
test
- 1 get
- 2 get
- 3 get
CypressError: Timed out retrying. Could not find element: .footer
-
Screenshot (1)
- New Todo
- should allow me to add todo items
-
Screenshot (1)
-
before each
- 1 visit
- (new url)
-
test
- 1 get
- 2 type
- 3 type
- 4 get
- 5 eq
- 6 find
- 7 contains
- 8 get
- 9 eq
- 10 find
- 11 contains
CypressError: Timed out retrying. Could not find any content: 'incorrect text' within the element: <label>
-
Screenshot (1)