Skip to content

Commit

Permalink
change test, to hopefully also pass on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 3, 2023
1 parent dee3552 commit 4c49a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/e2e-tests/navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ test.describe('navigating', () => {

await sbPage.waitUntilLoaded();

await expect(sbPage.page.waitForURL('?path=/docs/example-button--docs')).resolves.toBeTruthy();
await expect(sbPage.page.url()).toContain('/docs/example-button--docs');
});
});

0 comments on commit 4c49a5a

Please sign in to comment.