You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
[stateless-spec.js](cypress/component/basic/stateless-spec.js) | Passes Cypress stub to the component, confirms the component calls it on click
165
-
[window-spec.js](cypress/component/basic/window-spec.js) | In the component test, the spec `window` and the application's `window` where the component is running should be the same object
165
+
[window](cypress/component/basic/window) | In the component test, the spec `window` and the application's `window` where the component is running should be the same object
166
166
[css](cypress/component/basic/css) | Shows that component with `import './Button.css'` works
167
167
[css modules](cypress/component/basic/css-modules) | Shows that component that using css modules styles works
168
168
[network](cypress/component/basic/network) | Confirms we can use `cy.route` to stub / spy on component's network calls
When running a component test, the spec's `window` and the component's `window` is the same object. See [spec.js](spec.js) and [component.js](component.js)
0 commit comments