Skip to content

Commit

Permalink
Add delay to allow GUI update after buton click.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio-ESP committed Jan 2, 2025
1 parent 8bef7df commit 242863c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/defaultInstall.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe("EIM Application Launch", () => {

try {
await eimRunner.clickButton("Get Started");
await new Promise((resolve) => setTimeout(resolve, 2000));
const header = await eimRunner.findByCSS("h1");
const text = await header.getText();
expect(text, "Expected installation setup screen").to.equal(
Expand Down

0 comments on commit 242863c

Please sign in to comment.