Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Sep 9, 2024
1 parent 245670d commit efdf26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/playwright/duckplayer-mobile.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test.describe.skip('Translated Overlays', () => {
* Use `npm run playwright-screenshots` to run this test only.
*/
test.describe('Overlay screenshot @screenshots', () => {
test(`testing Overlay UI 'en'`, async ({ page }, workerInfo) => {
test('testing Overlay UI \'en\'', async ({ page }, workerInfo) => {
const overlays = DuckplayerOverlays.create(page, workerInfo)
await overlays.withRemoteConfig({ locale: 'en' })
await overlays.userSettingIs('always ask')
Expand Down

0 comments on commit efdf26c

Please sign in to comment.