chore: fix failing test with switching locale
This commit is contained in:
parent
e72fd6d6ea
commit
bf2a2e02ef
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ describe('loadDefaultFeedbackMessagesNoSideEffects', () => {
|
|||
expect(await getMessage({ fieldName: 'user name' })).to.equal('Please enter a(n) user name.');
|
||||
|
||||
localizeManager.locale = 'de-DE';
|
||||
await localizeManager.loadingComplete;
|
||||
expect(await getMessage({ fieldName: 'Password' })).to.equal(
|
||||
'Password muss ausgefüllt werden.',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue