Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. describe ('Third Test', () => {
  2. it ('Focus on the input', () => {
  3. cy.visit ('/');
  4. cy.focused ().should ('have.class', 'new task');
  5. });
  6. });
Add Comment
Please, Sign In to add comment