Skip to content

Commit 7e36ede

Browse files
committed
fix: HE cookies
1 parent 875b58a commit 7e36ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/testIframes.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const checks = [
124124
skipWait: true,
125125
url: 'https://www.homeexchange.fr/blog/bilan-carbone-2022/',
126126
before: async (page: Page) => {
127-
await page.getByRole('button', { name: 'OK pour moi' }).click()
127+
await page.getByRole('button', { name: 'OK' }).last().click()
128128
},
129129
check: async (page: Page) => {
130130
await detecteurCO2Test(page, 384134000, '384 134 tCO2e')

0 commit comments

Comments
 (0)