Skip to content

Commit

Permalink
adding an arbitrary wait for aliases.js
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
  • Loading branch information
kohinoor98 committed Nov 12, 2023
1 parent f562f3e commit 477c0dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ 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`);

Expand Down

0 comments on commit 477c0dd

Please sign in to comment.