Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Oct 5, 2023
1 parent 5e51eff commit bf20f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/cypress/e2e/routes/scene/Scene.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('Scene view', () => {

cy.wait('@loadDevices');
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(500);
cy.wait(100);

cy.get('div[class*="-control"]').then(inputs => {
cy.wrap(inputs[1])
Expand Down

0 comments on commit bf20f7d

Please sign in to comment.