Browse Source

Update failing tests

Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: frankmagoba <franklinmagoba4@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
pull/5419/head
gitstart 1 year ago
parent
commit
cbcbfd0b90
  1. 1
      tests/playwright/pages/Dashboard/Grid/index.ts

1
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')

Loading…
Cancel
Save