|
|
@ -65,6 +65,9 @@ export class SelectOptionCellPageObject extends BasePage { |
|
|
|
|
|
|
|
|
|
|
|
await this.get({ index, columnHeader }).click(); |
|
|
|
await this.get({ index, columnHeader }).click(); |
|
|
|
await this.rootPage.locator('.ant-select-single > .ant-select-clear').click(); |
|
|
|
await this.rootPage.locator('.ant-select-single > .ant-select-clear').click(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Press `Escape` to close the dropdown
|
|
|
|
|
|
|
|
await this.rootPage.keyboard.press('Escape'); |
|
|
|
await this.rootPage.locator(`.nc-dropdown-single-select-cell`).waitFor({ state: 'hidden' }); |
|
|
|
await this.rootPage.locator(`.nc-dropdown-single-select-cell`).waitFor({ state: 'hidden' }); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|