Skip to content

Commit 47c096b

Browse files
committed
chore: fix unit test
1 parent c484898 commit 47c096b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/clerk-js/src/ui/components/devPrompts/KeylessPrompt/__tests__/KeylessPrompt.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ describe('KeylessPrompt component', () => {
303303
{ wrapper },
304304
);
305305

306-
const triggerButton = getByRole('button', { name: /configure your application/i });
306+
const triggerButton = getByRole('button', { name: /keyless prompt/i });
307307
const promptContainer = container.querySelector('[data-expanded]');
308308

309309
// Initially should be expanded (isOpen defaults to true)

0 commit comments

Comments
 (0)