diff --git a/cypress/e2e/smart.cy.js b/cypress/e2e/smart.cy.js index 1a9fd40..7241fc4 100644 --- a/cypress/e2e/smart.cy.js +++ b/cypress/e2e/smart.cy.js @@ -11,8 +11,8 @@ describe('template spec', () => { it('Le tag disparaît à la sortie du survol du bouton See more', () => { cy.contains('See more').trigger('mouseover') cy.get('div.absolute').should('not.have.attr', 'style') - cy.get('body').trigger('mousemove', 0, 0) - cy.get('div.absolute').should('have.attr', 'style') + cy.wait(300) + cy.get('div.absolute').should('not.be.visible') }) }) \ No newline at end of file diff --git a/todolist.html b/todolist.html new file mode 100644 index 0000000..ec7d1f7 --- /dev/null +++ b/todolist.html @@ -0,0 +1,105 @@ + + + +
+ + + +