Skip to content

Commit

Permalink
decrease delay
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed May 29, 2024
1 parent 6ab41cf commit a4021ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ e2e.scenario({
.type(datasource.jsonData.defaultRegion)
.type('{enter}');
e2e().get('label').contains('AWS Secrets Manager').click({ force: true });
cy.wait(5000);
cy.wait(2000);
e2eSelectors.ConfigEditor.ManagedSecret.input().click({ force: true });
e2eSelectors.ConfigEditor.ManagedSecret.input().type(datasource.jsonData.managedSecret.name);
// wait for it to load
Expand Down

0 comments on commit a4021ea

Please sign in to comment.