We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250bfe8 commit 6603c2aCopy full SHA for 6603c2a
e2e-tests/playwright/e2e/github-happy-path.spec.ts
@@ -11,8 +11,7 @@ import { TEMPLATES } from "../support/testData/templates";
11
let page: Page;
12
let context: BrowserContext;
13
14
-// test suite skipped for now, until it's migrated back to the main showcase job
15
-test.describe("GitHub Happy path", async () => {
+test.describe.serial("GitHub Happy path", async () => {
16
let common: Common;
17
let uiHelper: UIhelper;
18
let catalogImport: CatalogImport;
0 commit comments