Skip to content

Commit 0c84b7d

Browse files
committed
chore(e2e): try removing timeout and favorites sidebar navigation
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent 221d0be commit 0c84b7d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

workspaces/backstage/e2e-tests/tests/specs/techdocs.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { expect, Page, test } from "@red-hat-developer-hub/e2e-test-utils/test";
22

33
test.describe("TechDocs", () => {
44
test.beforeAll(async ({ rhdh }) => {
5-
test.setTimeout(600_000);
65
await rhdh.configure({
76
auth: "keycloak",
87
appConfig: "tests/config/techdocs/app-config-rhdh.yaml",
@@ -33,15 +32,13 @@ test.describe("TechDocs", () => {
3332
});
3433

3534
test("Verify that TechDocs is visible in sidebar", async ({ uiHelper }) => {
36-
await uiHelper.openSidebarButton("Favorites");
3735
await uiHelper.openSidebar("Docs");
3836
});
3937

4038
test("Verify that TechDocs Docs page for Red Hat Developer Hub works", async ({
4139
page,
4240
uiHelper,
4341
}) => {
44-
await uiHelper.openSidebarButton("Favorites");
4542
await uiHelper.openSidebar("Docs");
4643
await page.getByRole("link", { name: "Red Hat Developer Hub" }).click();
4744
await uiHelper.waitForTitle("Getting Started running RHDH", 1);
@@ -61,7 +58,6 @@ test.describe("TechDocs", () => {
6158
page,
6259
uiHelper,
6360
}) => {
64-
await uiHelper.openSidebarButton("Favorites");
6561
await uiHelper.openSidebar("Docs");
6662
await page.getByRole("link", { name: "Red Hat Developer Hub" }).click();
6763
await page.waitForSelector("article a");

0 commit comments

Comments
 (0)