mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:55:49 +00:00
fix(nc-gui): test fail issue
This commit is contained in:
@@ -80,7 +80,7 @@ export class UserOptionColumnPageObject extends BasePage {
|
||||
}
|
||||
|
||||
async clearDefaultValue(): Promise<void> {
|
||||
await this.get().locator('.nc-default-value-wrapper > svg.nc-icon').click();
|
||||
await this.get().locator('.nc-default-value-wrapper > div > svg.nc-icon').click();
|
||||
}
|
||||
|
||||
async verifyDefaultValueOptionCount({
|
||||
|
||||
Reference in New Issue
Block a user