We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875b58a commit 7e36edeCopy full SHA for 7e36ede
1 file changed
src/scripts/testIframes.config.ts
@@ -124,7 +124,7 @@ export const checks = [
124
skipWait: true,
125
url: 'https://www.homeexchange.fr/blog/bilan-carbone-2022/',
126
before: async (page: Page) => {
127
- await page.getByRole('button', { name: 'OK pour moi' }).click()
+ await page.getByRole('button', { name: 'OK' }).last().click()
128
},
129
check: async (page: Page) => {
130
await detecteurCO2Test(page, 384134000, '384 134 tCO2e')
0 commit comments