Skip to content

Commit

Permalink
test(vue): Fix unstyled button E2E test timeout errors (#4794)
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Dec 17, 2024
1 parent 3f98e14 commit 1a69e84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/tasty-queens-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
10 changes: 8 additions & 2 deletions integration/templates/vue-vite/src/views/Unstyled.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import { SignInButton, SignUpButton } from '@clerk/vue';
</script>

<template>
<SignInButton mode="modal" />
<SignUpButton mode="modal" />
<SignInButton
mode="modal"
fallbackRedirectUrl="/"
/>
<SignUpButton
mode="modal"
fallbackRedirectUrl="/"
/>
</template>

0 comments on commit 1a69e84

Please sign in to comment.