Skip to content

Commit d9db619

Browse files
committed
test
1 parent 56b8462 commit d9db619

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
@@ -39,7 +39,6 @@ declare global {
3939

4040

4141
Cypress.Commands.add('mount', (component, options) => {
42-
return mount(<ThemeProvider><FrontendConfigProvider >
43-
<AuthProviderOnboarding>{component} </AuthProviderOnboarding></FrontendConfigProvider></ThemeProvider>, options);
42+
return mount(<ThemeProvider>{component} </ThemeProvider>, options);
4443
});
4544

0 commit comments

Comments
 (0)