Skip to content

Commit 6603c2a

Browse files
authored
chore(e2e): serialize GitHub Happy path (#3232)
1 parent 250bfe8 commit 6603c2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e-tests/playwright/e2e/github-happy-path.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import { TEMPLATES } from "../support/testData/templates";
1111
let page: Page;
1212
let context: BrowserContext;
1313

14-
// test suite skipped for now, until it's migrated back to the main showcase job
15-
test.describe("GitHub Happy path", async () => {
14+
test.describe.serial("GitHub Happy path", async () => {
1615
let common: Common;
1716
let uiHelper: UIhelper;
1817
let catalogImport: CatalogImport;

0 commit comments

Comments
 (0)