Skip to content

Commit

Permalink
ci: Almost there, server returns en-GB as locale
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent ca1ae47 commit 4be9bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/full-icu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ describe('timezones', () => {

document.body.appendChild(a);

await a.updateComplete;
a.locale = 'en-US';

while (!await a.updateComplete) { /** no-op */ }

done(
[
Expand Down

0 comments on commit 4be9bf6

Please sign in to comment.