We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c33fed commit d075e2fCopy full SHA for d075e2f
1 file changed
e2e/our-sites.test.ts
@@ -26,8 +26,7 @@ test.describe('Our Sites', () => {
26
});
27
28
29
- // skip for now, destination page is down
30
- test.skip('main CTAs link correctly', async ({ page }) => {
+ test('main CTAs link correctly', async ({ page }) => {
31
await expectLinks({
32
page,
33
pageName: 'our-sites',
0 commit comments