-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 e2e: move widget id from nodeTreeItem to nodeTreeItem's label #4281
🎨 e2e: move widget id from nodeTreeItem to nodeTreeItem's label #4281
Conversation
services/static-webserver/client/source/class/osparc/component/widget/NodeTreeItem.js
Show resolved
Hide resolved
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.
Very very good
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.
thanks!
Code Climate has analyzed commit b44bca3 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! |
What do these changes do?
During the e2e testing it can happen that when puppeteer clicks on the node tree item on the primary column, the fullscreen button gets clicked, bringing an unexpected scenario. This happens when the fullscreen button gets rendered right in the middle of the widget.
This PR moves the id given to the widget (the one puppeteer looks for) from the entry in the tree to the label in the entry in the tree.
Related issue/s
How to test
DevOps Checklist