mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:06:54 +00:00
feat(testing): Added different db support
This commit is contained in:
@@ -33,6 +33,6 @@ export class ExpandedFormPage {
|
||||
await this.get().press('Escape');
|
||||
await this.get().waitFor({state: 'hidden'});
|
||||
await this.base.toastWait({message: `updated successfully.`});
|
||||
await this.page.waitForTimeout(400);
|
||||
await this.page.locator('[pw-data="grid-load-spinner"]').waitFor({ state: 'hidden' });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user