Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Dec 12, 2022
1 parent bfd9f83 commit 1b6a851
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ describe('app-dir navigation and querystring', () => {
})
afterAll(() => next.destroy())

it('shoul set query correctly', async () => {
it('should set query correctly', async () => {
const browser = await webdriver(next.url, '/')
expect(await browser.elementById('query').text()).toMatchInlineSnapshot(
`""`
Expand Down

0 comments on commit 1b6a851

Please sign in to comment.