mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 17:56:48 +00:00
feat(testing): Improvements with page objects
This commit is contained in:
@@ -20,6 +20,8 @@ export class SelectOptionCellPageObject {
|
||||
if(multiSelect) await this.cell.get({index, columnHeader}).click();
|
||||
|
||||
await this.cell.page.locator(`.nc-dropdown-single-select-cell`).nth(index).waitFor({state: 'hidden'});
|
||||
// todo: Remove this wait. Should be solved by adding pw-data-attribute with cell info to the a-select-option of the cell
|
||||
await this.cell.page.waitForTimeout(200);
|
||||
}
|
||||
|
||||
async clear({index, columnHeader, multiSelect}: {index: number, columnHeader: string, multiSelect?: boolean}) {
|
||||
|
||||
Reference in New Issue
Block a user