From 47d50a0aa4271cbaac6a07df1212834055d6b080 Mon Sep 17 00:00:00 2001 From: ExostFlash Date: Thu, 10 Jul 2025 14:22:00 +0200 Subject: [PATCH] modif smart --- cypress/e2e/smart.cy.js | 4 +- todolist.html | 105 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 todolist.html 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 @@ + + + + + + + + A simple todolist with Alpine JS & Tailwind CSS + + + + + + + + + + + + + + + + + +
+
+
+ +

Todolist

+

Alpine JS & Tailwind CSS

+ + +
+ + +
+ + +
+ + + +
+
+ + + + + \ No newline at end of file