Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodMFlesch committed Feb 7, 2025
1 parent be032cc commit 6593954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/localization/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Localization', () => {
// })
})

describe('localizer', async () => {
describe('localizer', () => {
test('should show localizer controls', async () => {
await page.goto(url.create)
await expect(page.locator('.localizer.app-header__localizer')).toBeVisible()
Expand Down Expand Up @@ -479,7 +479,7 @@ describe('Localization', () => {
await runCopy(page)
await expect(page.locator('#field-title')).toHaveValue(title)

const regexPattern = new RegExp(`locale=es`)
const regexPattern = /locale=es/
await expect(page).toHaveURL(regexPattern)

await openCopyToLocaleDrawer(page)
Expand Down

0 comments on commit 6593954

Please sign in to comment.