Skip to content

Commit

Permalink
fixed profile dropdown label
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <[email protected]>
  • Loading branch information
ciiay committed Feb 20, 2025
1 parent eb42cdc commit 8dfbd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright/e2e/default-global-header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test.describe("Default Global Header", () => {
await uiHelper.isLinkVisibleByLabel("Support (external link)"),
).toBeTruthy();
expect(await uiHelper.isLinkVisibleByLabel("Notifications")).toBeTruthy();
expect(await uiHelper.isBtnVisible("Guest")).toBeTruthy();
expect(await uiHelper.isBtnVisible("rhdh-qe-2")).toBeTruthy();
});

test("Verify that search modal and settings button in sidebar are not visible", async () => {
Expand Down

0 comments on commit 8dfbd1b

Please sign in to comment.