Skip to content

Commit 51542b1

Browse files
chore: re-enable tests in github-integration-org-fetch.spec.ts
1 parent d5923b0 commit 51542b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/github-integration-org-fetch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { test, Page } from "@playwright/test";
22
import { UIhelper } from "../utils/ui-helper";
33
import { Common, setupBrowser } from "../utils/common";
44
let page: Page;
5-
test.describe.skip("GitHub integration with Org data fetching", () => {
5+
test.describe.serial("GitHub integration with Org data fetching", () => {
66
test.beforeAll(async () => {
77
test.info().annotations.push({
88
type: "component",

0 commit comments

Comments
 (0)