refactor(#4): 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.
This commit is contained in:
Simon Priet 2021-09-05 14:02:36 +02:00
parent 8161e77c7a
commit 44450b918f

View File

@ -63,6 +63,7 @@ describe('Should allow valid user and block the rest', () => {
}); });
it.skip('Allow to disconnect a connected user', function() { it.skip('Allow to disconnect a connected user', function() {
// cy.visit("ok.html")
// get back // get back
cy.contains('Retour').click() cy.contains('Retour').click()
cy.title().should('eq', 'QA @ Trusk') cy.title().should('eq', 'QA @ Trusk')