Skip to content

Commit

Permalink
optimised beforeEach and increased wait time
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
  • Loading branch information
kohinoor98 committed Nov 15, 2023
1 parent aa3e0cc commit 3fa2b23
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ describe("Aliases", () => {
}
});

// Wait for 10 seconds for OSD to start.
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(10000);

// Visit ISM OSD
cy.visit(`${BASE_PATH}/app/${IM_PLUGIN_NAME}#/aliases`);

// Wait for 30 seconds for OSD to start.
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(30000);

// Wait for the API call to complete
cy.wait("@apiCaller", { timeout: 120000 });

Expand Down

0 comments on commit 3fa2b23

Please sign in to comment.