Skip to content

Commit 6411cf7

Browse files
committed
test on github creds
1 parent 76c123e commit 6411cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { TEMPLATES } from "../support/testData/templates";
1111
let page: Page;
1212

1313
// TODO: replace skip with serial
14-
test.describe.skip("GitHub Happy path", () => {
14+
test.describe.serial("GitHub Happy path", () => {
1515
//TODO: skipping due to RHIDP-4992
1616
let common: Common;
1717
let uiHelper: UIhelper;

0 commit comments

Comments
 (0)