Skip to content
Snippets Groups Projects
Verified Commit 1937cebc authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cypress/e2e/sidetabs: Fix flaky test

parent 85bdae58
No related branches found
No related tags found
1 merge request!1398package.json: Bump dependencies
Pipeline #14330 passed
......@@ -244,7 +244,7 @@ describe('SWHIDs Tests', function() {
it('should update tab size according to screen size', function() {
// use a small viewport size
cy.viewport(320, 480);
cy.viewport(800, 400);
cy.visit(url);
cy.get('#swh-identifiers .ui-slideouttab-handle')
.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