From 83435a47de9af524bb754dccf51a6019bf40ec6c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 8 Apr 2022 08:56:05 -0400 Subject: [PATCH] fixes #726 --- docs/resources/changelog.md | 1 + web-test-runner.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 6f5789bf5..e9e83c0b5 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -17,6 +17,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `` that prevented valid images from showing after an invalid or missing image was provided [#717](https://github.com/shoelace-style/shoelace/issues/717) - Fixed a bug that resulted in a console error being thrown on keydown in `` [#719](https://github.com/shoelace-style/shoelace/issues/719) - Fixed a bug that prevented `` from being closed when opened initially [#720](https://github.com/shoelace-style/shoelace/issues/720) +- Fixed a bug that caused the test runner to fail when using a locale other than en-US [#726](https://github.com/shoelace-style/shoelace/issues/726) - Updated `` and `` to cycle through tabs and menu items instead of stopping at the first/last when using the keyboard - Removed path aliasing (again) because it doesn't work with Web Test Runner's esbuild plugin diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 28df22406..04223f45e 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -19,7 +19,7 @@ export default { playwrightLauncher({ product: 'webkit' }) ], testRunnerHtml: testFramework => ` - +