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-rating-indicator): migrate tests to cypress #10858

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nikoletavnv
Copy link
Member

No description provided.

@ilhan007
Copy link
Member

remove the spec.js


describe("Rating Indicator general interaction", () => {
it("Tests basic rating indicator rendering", () => {
cy.mount(<RatingIndicator id="rating-indicator1" accessibleName="Hello World"></RatingIndicator>);
Copy link
Member

Choose a reason for hiding this comment

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

accessibleName="Hello World" not relevant for the test

cy.get("@ri")
.then(ratingIndicator => {
ratingIndicator.get(0).addEventListener("ui5-change", () => {
changeEventCount++;
Copy link
Member

Choose a reason for hiding this comment

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

this is not the proper way to assert events firing, look other tests for reference

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