-
Notifications
You must be signed in to change notification settings - Fork 174
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
Modal mfs e2e tests #460
Modal mfs e2e tests #460
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.
looks like something is wrong, fails with
CypressError: Timed out retrying: Expected to find element: '[data-e2e=modal-mf]', but never found it.
for three tests:
- can be closed by Close Button
- sets proper URL inside iframe
- has the size set directly
@y-kkamil are you sure your Core is bundled and connected to AngularExample? |
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.
one small nitpick - i would change the filename to sth like modal-microfrontends.spec.js
as we don't use uppercase characters for resources anywhere
* Add data-e2e attr to modal * Add modalMF test file * Rename the test file
Description
Changes proposed in this pull request:
data-e2e
selector modalRelated issue(s)