Skip to content

Commit d075e2f

Browse files
committed
unskip test now that link is updated
1 parent 7c33fed commit d075e2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

e2e/our-sites.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ test.describe('Our Sites', () => {
2626
});
2727
});
2828

29-
// skip for now, destination page is down
30-
test.skip('main CTAs link correctly', async ({ page }) => {
29+
test('main CTAs link correctly', async ({ page }) => {
3130
await expectLinks({
3231
page,
3332
pageName: 'our-sites',

0 commit comments

Comments
 (0)