We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4c51 commit 78a2b40Copy full SHA for 78a2b40
cypress/support/component.tsx
@@ -21,7 +21,6 @@ import { mount } from 'cypress/react';
21
// Import commands.js using ES2015 syntax:
22
import './commands';
23
import { FrontendConfigProvider } from '../../src/context/FrontendConfigContext';
24
-import { AuthProviderOnboarding } from '../../src/context/AuthProviderOnboarding';
25
26
// Augment the Cypress namespace to include type definitions for
27
// your custom command.
@@ -40,7 +39,6 @@ declare global {
40
39
Cypress.Commands.add('mount', (component, options) => {
41
return mount(<ThemeProvider>
42
<FrontendConfigProvider>
43
-
44
{component}
45
</FrontendConfigProvider>
46
</ThemeProvider>, options);
0 commit comments