Skip to content

chore(ui5-illustrated-message): migrate wdio tests to cypress #11788

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

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

Conversation

NakataCode
Copy link
Contributor

Convert illustrated message wdio tests to Cypress component tests while maintaining test coverage and functionality parity with original specs.

JIRA: BGSOFUIPIRIN-6816

@NakataCode NakataCode marked this pull request as ready for review June 24, 2025 09:27
Copy link
Contributor

@nnaydenow nnaydenow left a comment

Choose a reason for hiding this comment

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

revise all tests based on the comments. also if every test is deleted, please delete the IM wdio spec file


cy.get("#illustratedMsg5")
.should("have.prop", "media", expectedMedia);
});
});

describe("design", () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

all these tests are redundant. they test if attribute is set.

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