Browse Source

chore(test): Removed clicking on the single select cell, after clearing in single select, since click on clear closes the dropdown

pull/4425/head
Muhammed Mustafa 2 years ago committed by Ekaterina Balakina
parent
commit
241f925e0a
  1. 1
      tests/playwright/pages/Dashboard/common/Cell/SelectOptionCell.ts

1
tests/playwright/pages/Dashboard/common/Cell/SelectOptionCell.ts

@ -65,7 +65,6 @@ export class SelectOptionCellPageObject extends BasePage {
await this.get({ index, columnHeader }).click();
await this.rootPage.locator('.ant-select-single > .ant-select-clear').click();
await this.cell.get({ index, columnHeader }).click();
await this.rootPage.locator(`.nc-dropdown-single-select-cell`).waitFor({ state: 'hidden' });
}

Loading…
Cancel
Save