Skip to content

Commit 39b0dec

Browse files
updates the failing test name
1 parent 155d3b8 commit 39b0dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/playwright/tests/affiliate-links.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe('Affiliate links', () => {
2121
await expect(disclaimerLocator).toContainText('affiliate link');
2222
});
2323

24-
test('skimlinks should have the attribute rel="sponsored"', async ({
24+
test('skimlinks should have the attribute rel="sponsored noreferrer noopener"', async ({
2525
page,
2626
}) => {
2727
await loadPage({

0 commit comments

Comments
 (0)