support setting for writing supabase migration files (#427)

This commit is contained in:
Will Chen
2025-06-17 15:14:02 -07:00
committed by GitHub
parent ff4e93d747
commit 382fe9bab5
10 changed files with 206 additions and 20 deletions

View File

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