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
chore: use correct jsx in cypress mount function (#11247)
- Add `ui5/webcomponents-base` as a peer dependency to ensure consistency in JSX modules usage for tests and component development within the respective package.
- Remove unnecessary TypeScript configurations.
- Introduce new commands to check whether `ui5-dialog`, `ui5-popover`, and `ui5-responsive-popover` are open, improving the stability of component tests in certain composition scenarios (e.g., `ui5-combobox`).
- Adjust the build order of Cypress packages, as `cypress-internal` depends on `cypress-ct-ui5-webc`.
- Require either a build or a running development server for test execution.
0 commit comments