Fix unit test, use kebab-case for url query param

This commit is contained in:
Frank Noirot
2025-01-13 10:42:08 -05:00
parent b30a37a0b3
commit df01c233e4
5 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@ describe('OpenInDesktopAppHandler tests', () => {
test(`renders the modal if the query param is present`, () => {
render(
<BrowserRouter>
<TestWrap location="/?askToOpenInDesktop">
<TestWrap location="/?ask-open-desktop">
<p>Dummy app contents</p>
</TestWrap>
</BrowserRouter>