From a49489c88d90ac0abc38eb2aa89dcc3cc688f084 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Wed, 18 Dec 2024 22:47:28 +0100 Subject: [PATCH] Update test with missing assertion --- cypress/e2e/playground.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/playground.cy.js b/cypress/e2e/playground.cy.js index d0bf4e3..7a67fad 100644 --- a/cypress/e2e/playground.cy.js +++ b/cypress/e2e/playground.cy.js @@ -266,7 +266,7 @@ describe('Cypress Playground', () => { cy.contains( '#date-section #date-section-paragraph', 'Current date: 1982-04-15' - ) + ).should('be.visible') }) it('copies the code, types it, submits it, then asserts on the success message', () => {