mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
fix(text): user selct cell pw test fails issue
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
@@ -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 = () =>
|
||||
|
||||
Reference in New Issue
Block a user