test (nc-gui): imports modal align tests

This commit is contained in:
Yoones Khoshghadam
2025-01-04 07:00:41 +00:00
parent 6d2f0fca39
commit 02a362af33

View File

@@ -25,7 +25,7 @@ export class ImportAirtablePage extends BasePage {
await this.get().locator(`.nc-input-shared-base`).fill(sourceId);
await this.importButton.click();
await this.get().locator(`button:has-text("Go to Dashboard")`).waitFor();
await this.get().locator(`button:has-text("Go to Dashboard")`).click();
await this.get().locator(`button:has-text("Go to base")`).waitFor();
await this.get().locator(`button:has-text("Go to base")`).click();
}
}