Skip to content

Commit 3d399d4

Browse files
committed
Add adtest = fixed-puppies-ci to force known test ads
1 parent 50ed3a6 commit 3d399d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dotcom-rendering/playwright/tests/article.embeds.e2e.spec.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test.describe('Embeds', () => {
1212
}) => {
1313
await loadPage(
1414
page,
15-
'/Article/https://www.theguardian.com/sport/blog/2015/dec/02/the-joy-of-six-sports-radio-documentaries',
15+
'/Article/https://www.theguardian.com/sport/blog/2015/dec/02/the-joy-of-six-sports-radio-documentaries?adtest=fixed-puppies-ci',
1616
);
1717
await cmpAcceptAll(page);
1818

@@ -37,7 +37,7 @@ test.describe('Embeds', () => {
3737
test('should render the interactive 1', async ({ page }) => {
3838
await loadPage(
3939
page,
40-
'/Article/https://www.theguardian.com/sport/2019/nov/15/forget-a-super-bowl-slump-the-la-rams-have-a-jared-goff-problem',
40+
'/Article/https://www.theguardian.com/sport/2019/nov/15/forget-a-super-bowl-slump-the-la-rams-have-a-jared-goff-problem?adtest=fixed-puppies-ci',
4141
);
4242
await cmpAcceptAll(page);
4343

@@ -53,7 +53,7 @@ test.describe('Embeds', () => {
5353
test('should render the interactive 2', async ({ page }) => {
5454
await loadPage(
5555
page,
56-
'/Article/https://www.theguardian.com/us-news/2017/jan/17/donald-trump-america-great-again-northampton-county-pennsylvania',
56+
'/Article/https://www.theguardian.com/us-news/2017/jan/17/donald-trump-america-great-again-northampton-county-pennsylvania?adtest=fixed-puppies-ci',
5757
);
5858
await cmpAcceptAll(page);
5959

@@ -69,7 +69,7 @@ test.describe('Embeds', () => {
6969
test('should render the soundcloud embed', async ({ page }) => {
7070
await loadPage(
7171
page,
72-
'/Article/https://www.theguardian.com/music/2020/jan/31/elon-musk-edm-artist-first-track-dont-doubt-ur-vibe',
72+
'/Article/https://www.theguardian.com/music/2020/jan/31/elon-musk-edm-artist-first-track-dont-doubt-ur-vibe?adtest=fixed-puppies-ci',
7373
);
7474
await cmpAcceptAll(page);
7575

@@ -85,7 +85,7 @@ test.describe('Embeds', () => {
8585
test('should render the football embed', async ({ page }) => {
8686
await loadPage(
8787
page,
88-
'/Article/https://www.theguardian.com/football/2020/jun/10/premier-league-restart-preview-no-5-burnley',
88+
'/Article/https://www.theguardian.com/football/2020/jun/10/premier-league-restart-preview-no-5-burnley?adtest=fixed-puppies-ci',
8989
);
9090
await cmpAcceptAll(page);
9191

@@ -103,7 +103,7 @@ test.describe('Embeds', () => {
103103
}) => {
104104
await loadPage(
105105
page,
106-
'/Article/https://www.theguardian.com/music/2020/jun/15/pet-shop-boys-where-to-start-in-their-back-catalogue',
106+
'/Article/https://www.theguardian.com/music/2020/jun/15/pet-shop-boys-where-to-start-in-their-back-catalogue?adtest=fixed-puppies-ci',
107107
);
108108
await cmpAcceptAll(page);
109109

0 commit comments

Comments
 (0)