feat(testing): Added different db support

This commit is contained in:
Muhammed Mustafa
2022-10-11 12:41:40 +05:30
parent d4e7071485
commit 6e575348c8
4 changed files with 9 additions and 5 deletions

View File

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