From 504c05374f15f81e3f663695862ce19a608695c2 Mon Sep 17 00:00:00 2001 From: SagarDurgade Date: Sat, 3 Aug 2024 01:24:15 +0530 Subject: [PATCH] test file updated1 --- test/amzon/amazon.page.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/amzon/amazon.page.ts b/test/amzon/amazon.page.ts index df7a5666ca..3485b76755 100644 --- a/test/amzon/amazon.page.ts +++ b/test/amzon/amazon.page.ts @@ -21,6 +21,7 @@ export class amazonPage extends BasePage { await this.page.waitForTimeout(2000) await this.page.getByPlaceholder("Search Amazon.in").fill(searchText) await this.page.getByLabel(searchText).first().click() + await this.page.waitForTimeout(2000) } }