We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4f14f commit 466367aCopy full SHA for 466367a
e2e-tests/playwright/e2e/smoke-test.spec.ts
@@ -12,7 +12,7 @@ test.describe("Smoke test", () => {
12
uiHelper = new UIhelper(page);
13
homePage = new HomePage(page);
14
common = new Common(page);
15
- await common.loginAsKeycloakUser();
+ await common.loginAsGuest();
16
});
17
18
test("Verify the Homepage renders with Search Bar, Quick Access and Starred Entities", async () => {
0 commit comments