Skip to content
Snippets Groups Projects
Commit 5d541aaa authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Fixing the tests

parent 6a0451e1
No related branches found
No related tags found
1 merge request!168Bugfix/improve resource creation edition script
Pipeline #5959 failed
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
context('Window', () => { context('Window', () => {
before(() => { before(() => {
cy.visit('/en/'); cy.visit('/en/');
cy.wait(500);
cy.get('#public-access').click(); cy.get('#public-access').click();
}); });
......
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