-
Notifications
You must be signed in to change notification settings - Fork 276
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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", () => { |
There was a problem hiding this comment.
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.
Convert illustrated message wdio tests to Cypress component tests while maintaining test coverage and functionality parity with original specs.
JIRA: BGSOFUIPIRIN-6816