mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 01:55:30 +00:00
test (nc-gui): imports modal align tests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user