Skip to content

Commit

Permalink
tests: avoid error because of lang
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Aug 24, 2024
1 parent 4a9330d commit 2bdda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/Tests/Browser/users.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('Users', () => {

const nav = await puppy.content('.nav')
await expect(nav).not.toContain('form')
await expect(nav).toContain('Sign up')
await expect(nav).toContain('Users/SignUp')
})

test('End Wizard', async () => {
Expand Down

0 comments on commit 2bdda9d

Please sign in to comment.