test(nc-gui): calendar: remove unnecessary force

This commit is contained in:
amandesai01
2025-01-20 10:45:12 +00:00
parent f5154ed369
commit f8300785a1

View File

@@ -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' });