Skip to content

Commit 15e4c51

Browse files
committed
Update component.tsx
1 parent 3814d38 commit 15e4c51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/support/component.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ declare global {
4040
Cypress.Commands.add('mount', (component, options) => {
4141
return mount(<ThemeProvider>
4242
<FrontendConfigProvider>
43-
<AuthProviderOnboarding>
43+
4444
{component}
45-
</AuthProviderOnboarding>
4645
</FrontendConfigProvider>
4746
</ThemeProvider>, options);
4847
});

0 commit comments

Comments
 (0)