From 120e4008561c70a8e74233f611ace1e1204ffa69 Mon Sep 17 00:00:00 2001 From: hpathak Date: Thu, 7 Nov 2024 17:51:03 +0530 Subject: [PATCH] Message update Signed-off-by: hpathak --- playwright_test/Pages/installationType.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright_test/Pages/installationType.page.ts b/playwright_test/Pages/installationType.page.ts index b107453..010a833 100644 --- a/playwright_test/Pages/installationType.page.ts +++ b/playwright_test/Pages/installationType.page.ts @@ -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(){