Skip to content

Commit ccda8bf

Browse files
committed
chore: setup api and ui projects, fix baseURL handling, add env config and new clerk tests
1 parent 9a2cf90 commit ccda8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/LoginPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class LoginPage {
1717
}
1818

1919
async goto() {
20-
await this.page.goto(ENV.baseUrl);
20+
await this.page.goto(ENV.uiBaseUrl);
2121
}
2222

2323
// ✅ for successful logins

0 commit comments

Comments
 (0)