Skip to content

Commit 57ce02a

Browse files
committed
Revert skipping tests
1 parent 996e9a1 commit 57ce02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotcom-rendering/playwright/tests/edition-switcher-banner.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const scenarios = [
1010
{ pageId: 'us', edition: 'US', showBanner: false },
1111
];
1212

13-
test.describe.skip('Edition Switcher Banner', () => {
13+
test.describe('Edition Switcher Banner', () => {
1414
for (const { pageId, edition } of scenarios.filter(
1515
({ showBanner }) => showBanner,
1616
)) {

dotcom-rendering/playwright/tests/ophan.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const articleUrl =
1818

1919
const frontUrl = 'https://www.theguardian.com/uk';
2020

21-
test.describe.skip('Ophan requests', () => {
21+
test.describe('Ophan requests', () => {
2222
/**
2323
* Why is this test skipped?
2424
*

0 commit comments

Comments
 (0)