Skip to content

Commit 97fbca8

Browse files
authored
Merge pull request #2186 from oasisprotocol/lw/fix-screenshots
Fix screenshots CI
2 parents adf63c9 + c40f896 commit 97fbca8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/2186.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix screenshots CI

playwright/screenshots/chrome-webstore-screenshots.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ test('make screenshots for Chrome Web Store', async ({ page }) => {
110110
})
111111

112112
await frame.getByRole('button', { name: 'Deposit to ParaTime' }).click()
113-
await frame.getByRole('textbox', { name: 'Select a ParaTime' }).click()
113+
await frame.getByRole('button', { name: 'Select a ParaTime' }).click()
114114
await page.screenshot({
115115
path: './screenshots/extension-store-6.png',
116116
style: screenshotCss,

0 commit comments

Comments
 (0)