mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:25:45 +00:00
test(nc-gui): calendar: remove unnecessary force
This commit is contained in:
@@ -45,8 +45,7 @@ export class ColumnPageObject extends BasePage {
|
||||
},
|
||||
click: async () => {
|
||||
if (await showDefautlValueBtn.isVisible()) {
|
||||
await showDefautlValueBtn.waitFor();
|
||||
await showDefautlValueBtn.click({ force: true });
|
||||
await showDefautlValueBtn.click();
|
||||
|
||||
await showDefautlValueBtn.waitFor({ state: 'hidden' });
|
||||
await this.get().locator('.nc-default-value-wrapper').waitFor({ state: 'visible' });
|
||||
|
||||
Reference in New Issue
Block a user