From cbcbfd0b903bc56ed4af08d0d1b02557728a2eb3 Mon Sep 17 00:00:00 2001 From: gitstart Date: Wed, 19 Apr 2023 08:50:51 +0000 Subject: [PATCH] Update failing tests Co-authored-by: gitstart Co-authored-by: frankmagoba Co-authored-by: gitstart_bot --- tests/playwright/pages/Dashboard/Grid/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright/pages/Dashboard/Grid/index.ts b/tests/playwright/pages/Dashboard/Grid/index.ts index 8f53c922ab..e184a2f739 100644 --- a/tests/playwright/pages/Dashboard/Grid/index.ts +++ b/tests/playwright/pages/Dashboard/Grid/index.ts @@ -151,6 +151,7 @@ export class GridPage extends BasePage { // Click text=Delete Row await this.rootPage.locator('text=Delete Row').click(); + await this.rootPage.locator('text=Yes').click(); // todo: improve selector await this.rootPage .locator('span.ant-dropdown-menu-title-content > nc-project-menu-item')