mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:57:24 +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:
@@ -41,4 +41,9 @@ export class ProjectsPage extends BasePage {
|
||||
return project;
|
||||
}
|
||||
|
||||
async delete({title}: {title: string}) {
|
||||
await this.get().locator(`[pw-data="delete-project-${title}"]`).click();
|
||||
await this.rootPage.locator(`button:has-text("Yes")`).click();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user