This commit is contained in:
Knut Sveidqvist
2021-03-11 20:57:45 +01:00
parent 4395a5f404
commit 0f31471b2e
11 changed files with 141 additions and 13 deletions

View File

@@ -52,7 +52,6 @@ describe('XSS', () => {
cy.visit('http://localhost:9000/xss2.html');
cy.wait(1000);
cy.get('#the-malware').should('not.exist');
})
})