Skip to content

Commit

Permalink
Change test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn committed Mar 26, 2024
1 parent 82c9452 commit d6a1980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presenter/src/components/language/LanguageSelector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ describe('LanguageSelector', () => {
expect(wrapper.element).toMatchSnapshot()
})

describe('switch locale with existing locale', () => {
describe('switch locale', () => {
beforeEach(async () => {
await vSelect.setValue('en')
})

it('change locale', () => {
it('to en', () => {
expect(i18n.global.locale.value).toBe('en')
})
})
Expand Down

0 comments on commit d6a1980

Please sign in to comment.