Skip to content

Commit

Permalink
fix(link): test vue
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent 9c5d8c8 commit 15f7bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ods/vue/tests/e2e/ods-link.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ describe('ods-link vue', () => {

await elem?.click();
await page.waitForNavigation();
const sleep = () => new Promise(resolve => setTimeout(resolve, 500));
await sleep();

expect(page.url()).toBe('https://www.ovhcloud.com/fr/');
});
Expand Down

0 comments on commit 15f7bda

Please sign in to comment.