Cypress
  • Tests
  • Builds
  • Analytics
  • Settings
  • Docs
  • 2
  • TodoMVC - React
    • No Todos
      • should hide #main and #footer
        • Screenshot (1)

        • Routes (0)
          Method Url Status Alias #
        • before each (failed)
          • 1 visit http://localhost:8888
          • (new url) http://localhost:8888/#/
        • test (failed)
          • 1 get .todo-list li, {exist: false}
          • 2 get .main, {exist: false}
          • 3 get .footer
        CypressError: Timed out retrying. Could not find element: .footer
    • New Todo
      • should allow me to add todo items
        • Screenshot (1)

        • Routes (0)
          Method Url Status Alias #
        • before each (failed)
          • 1 visit http://localhost:8888
          • (new url) http://localhost:8888/#/
        • test (failed)
          • 1 get .new-todo
          • 2 type buy some cheese
          • 3 type {enter}
          • 4 get .todo-list li
          • 5 eq 0
          • 6 find label
          • 7 contains buy some cheese
          • 8 get .todo-list li
          • 9 eq 1
          • 10 find label
          • 11 contains incorrect text
        CypressError: Timed out retrying. Could not find any content: 'incorrect text' within the element: <label>
    • Internet Explorer 9
    • Internet Explorer 10
    • Google Chrome 43
    • Google Chrome 42
    • Google Chrome 41