Skip to content

Commit 031f433

Browse files
authored
chore(e2e): re-enable Quay and GitHub happy path[skip-build] (#3609)
1 parent b4ee925 commit 031f433

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ let page: Page;
1212
let context: BrowserContext;
1313

1414
test.describe.serial("GitHub Happy path", async () => {
15-
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2145
16-
test.fixme(() => process.env.JOB_TYPE.includes("presubmit"));
1715
let common: Common;
1816
let uiHelper: UIhelper;
1917
let catalogImport: CatalogImport;

e2e-tests/playwright/e2e/plugins/quay/quay-actions.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { UI_HELPER_ELEMENTS } from "../../../support/page-objects/global-obj";
55
import { QuayClient } from "../../../utils/quay/quay-client";
66

77
test.describe("Test Quay Actions plugin", () => {
8-
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2149
9-
// Re-enable after quay back from read-only: https://status.redhat.com/incidents/24r8xgknfd4z
10-
test.fixme();
11-
128
let common: Common;
139
let uiHelper: UIhelper;
1410
let page: Page;

e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ test.describe("Test Quay.io plugin", () => {
4444
});
4545

4646
test("Check Security Scan details", async ({ page }) => {
47-
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2149
48-
// Re-enable after quay back from read-only: https://status.redhat.com/incidents/24r8xgknfd4z
49-
test.fixme();
5047
const cell = await ImageRegistry.getScanCell(page);
5148
await expect(cell).toBeVisible();
5249
});

0 commit comments

Comments
 (0)