Skip to content
Snippets Groups Projects
Commit fe4c226f authored by Imre Toth's avatar Imre Toth
Browse files

Added timeout for testing

parent 7fa1a220
No related branches found
No related tags found
2 merge requests!25IOCListView now has tabs to prefilter on all or currentUsers IOCs. The currentUser is hardcoded,!24E2e test
Pipeline #80391 passed
......@@ -20,7 +20,7 @@ When('the user opens the application', () => {
Then('the user should be redirected to the login page', () => {
cy.get('.MuiDialog-root').find('#password');
cy.get('.MuiDialog-root').find('#username');
cy.get('.MuiDialog-root', { timeout: 9000 }).find('#password');
cy.get('.MuiDialog-root', { timeout: 9000 }).find('#username');
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment