We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c123e commit 6411cf7Copy full SHA for 6411cf7
e2e-tests/playwright/e2e/github-happy-path.spec.ts
@@ -11,7 +11,7 @@ import { TEMPLATES } from "../support/testData/templates";
11
let page: Page;
12
13
// TODO: replace skip with serial
14
-test.describe.skip("GitHub Happy path", () => {
+test.describe.serial("GitHub Happy path", () => {
15
//TODO: skipping due to RHIDP-4992
16
let common: Common;
17
let uiHelper: UIhelper;
0 commit comments