Skip to content

Commit

Permalink
Fix login button in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcze committed Dec 24, 2024
1 parent d3fdffd commit 70fa8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/frontend/src/tests/pages/login.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class LoginPage {

// Wait for the button to be ready
const loginButton = this.page.getByRole("button", {
name: "Log in",
name: "Login",
exact: true,
});
await loginButton.waitFor({ state: "visible" });
Expand Down

0 comments on commit 70fa8d4

Please sign in to comment.