support setting for writing supabase migration files (#427)
This commit is contained in:
@@ -579,6 +579,10 @@ export class PageObject {
|
||||
await this.page.getByRole("link", { name: "Apps" }).click();
|
||||
}
|
||||
|
||||
async goToChatTab() {
|
||||
await this.page.getByRole("link", { name: "Chat" }).click();
|
||||
}
|
||||
|
||||
async goToHubTab() {
|
||||
await this.page.getByRole("link", { name: "Hub" }).click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user