Skip to content

Commit

Permalink
Message update
Browse files Browse the repository at this point in the history
Signed-off-by: hpathak <[email protected]>
  • Loading branch information
hpathak committed Nov 7, 2024
1 parent 6b27346 commit 120e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright_test/Pages/installationType.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class InstallationTypePage{
await this.page.waitForTimeout(interval);
}

throw new Error('Continue button was not enabled within the timeout period');
throw new Error('Timed out waiting for the Installation Page to become visible.');
}

async clickZoweLink(){
Expand Down

0 comments on commit 120e400

Please sign in to comment.