From 44450b918f43adf6f584b89b663121057d75bea1 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Sun, 5 Sep 2021 14:02:36 +0200 Subject: [PATCH] refactor(#4): :white_check_mark: Commented a visit command to set a testcase up. I am wondering if we can test that directly without connecting first. I will defeat the purpose of user area though. None. --- cypress/integration/trusk-test/test.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/trusk-test/test.spec.js b/cypress/integration/trusk-test/test.spec.js index 46b3346..97e438f 100644 --- a/cypress/integration/trusk-test/test.spec.js +++ b/cypress/integration/trusk-test/test.spec.js @@ -63,6 +63,7 @@ describe('Should allow valid user and block the rest', () => { }); it.skip('Allow to disconnect a connected user', function() { + // cy.visit("ok.html") // get back cy.contains('Retour').click() cy.title().should('eq', 'QA @ Trusk')