mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
feat(testing): Added quick test, added isEmptyProject option to test setup to have project created with no sakila tables
This commit is contained in:
@@ -16,6 +16,7 @@ export class ToolbarActionsPage extends BasePage {
|
||||
return this.rootPage.locator(`[pw-data="toolbar-actions"]`);
|
||||
}
|
||||
|
||||
// todo: use enum
|
||||
async click(label: string) {
|
||||
await this.get().locator(`span:has-text("${label}")`).click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user