fix(text): user selct cell pw test fails issue

This commit is contained in:
Ramesh Mane
2024-12-27 08:59:10 +00:00
parent c0d5e400d0
commit dd89bf3e15
3 changed files with 7 additions and 1 deletions

View File

@@ -395,6 +395,8 @@ export class ColumnPageObject extends BasePage {
await this.get().waitFor({ state: 'visible' });
await this.rootPage.waitForTimeout(200);
if (selectType) {
await this.selectType({ type, first: true });
}

View File

@@ -380,6 +380,10 @@ export class ToolbarFilterPage extends BasePage {
if (!['is blank', 'is not blank'].includes(operation)) {
await this.get().locator('.nc-filter-value-select').locator('.ant-select-arrow').click({ force: true });
await this.rootPage.locator(`.nc-dropdown-user-select-cell`).waitFor({ state: 'visible' });
await this.rootPage.waitForTimeout(20000);
const v = value.split(',');
for (let i = 0; i < v.length; i++) {
const selectUser = () =>