mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
Merge pull request #12151 from nocodb/nc-fix/user-test-fail-issue-due-to-tooltip-overlay
fix(test): User test fail issue due truncated user tooltip blocking click action
This commit is contained in:
@@ -32,12 +32,12 @@ export class UserOptionCellPageObject extends BasePage {
|
||||
!(await selectCell.getAttribute('class')).includes('active') &&
|
||||
(await selectCell.locator('.nc-selected-option').count()) === 0
|
||||
) {
|
||||
await selectCell.hover();
|
||||
await selectCell.click();
|
||||
// Use force to avoid blocking element by truncated user tooltip
|
||||
await selectCell.click({ force: true });
|
||||
}
|
||||
|
||||
await selectCell.hover();
|
||||
await selectCell.click();
|
||||
// Use force to avoid blocking element by truncated user tooltip
|
||||
await selectCell.click({ force: true });
|
||||
|
||||
await this.rootPage.locator('.nc-dropdown-user-select-cell.active').waitFor({ state: 'visible' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user