Skip to content

Commit 466367a

Browse files
authored
Update smoke test to login as guest user (#2434)
Switched the login method from Keycloak user to guest user in the smoke test setup Signed-off-by: Gustavo Lira <[email protected]>
1 parent ef4f14f commit 466367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/smoke-test.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test.describe("Smoke test", () => {
1212
uiHelper = new UIhelper(page);
1313
homePage = new HomePage(page);
1414
common = new Common(page);
15-
await common.loginAsKeycloakUser();
15+
await common.loginAsGuest();
1616
});
1717

1818
test("Verify the Homepage renders with Search Bar, Quick Access and Starred Entities", async () => {

0 commit comments

Comments
 (0)