Skip to content

Commit

Permalink
deleting pointless assertion (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar authored Nov 5, 2024
1 parent 8148e91 commit 58749a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e-tests/playwright/e2e/github-happy-path.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ test.describe.serial("GitHub Happy path", () => {
test("Verify all 12 Software Templates appear in the Create page", async () => {
await uiHelper.openSidebar("Create...");
await uiHelper.verifyHeading("Templates");
await uiHelper.waitForHeaderTitle();

for (const template of templates) {
await uiHelper.waitForH4Title(template);
Expand Down

0 comments on commit 58749a9

Please sign in to comment.