Browse Source

fix: group-by flaky test

pull/8339/head
Raju Udava 5 months ago
parent
commit
a6aff612b9
  1. 1
      tests/playwright/pages/Dashboard/common/Toolbar/Groupby.ts

1
tests/playwright/pages/Dashboard/common/Toolbar/Groupby.ts

@ -49,6 +49,7 @@ export class ToolbarGroupByPage extends BasePage {
.locator(`div[label="${title}"]`)
.last()
.click();
await this.rootPage.locator('.nc-sort-dir-select').nth(index).waitFor({ state: 'visible' });
await this.rootPage.locator('.nc-sort-dir-select').nth(index).click();
await this.rootPage
.locator('.nc-dropdown-sort-dir')

Loading…
Cancel
Save