Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui5-table): migrate TableNavigation (fixedHeader) wdio tests to cypress #10646

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nowakdaniel
Copy link
Contributor

Migration of TableNavigation.spec.js (fixedHeader) wdio tests to cypress.

… cypress

Migration of the fixedHeader tests in TableNavigation from wdio to cypress
@@ -0,0 +1,199 @@
import { html } from "lit";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Daniel @nowakdaniel ,

lit-html is no longer the mount engine for the Cypress tests, we use preact + jsx (as for the component templates)

You will have to adopt this change in your PR. You can refer to this PR how to do this
#10653. Or, just check out the cypress tests in the main branch - they are all migrated already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants