-
Notifications
You must be signed in to change notification settings - Fork 222
kie-issues#1155: Add end-to-end tests for keyboard shortcuts for the new DMN Editor #3128
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?
kie-issues#1155: Add end-to-end tests for keyboard shortcuts for the new DMN Editor #3128
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.
Thank you for the PR @ramkumar-hub . I put some comments inline regarding tests. Furthermore I am not sure about the strategy we chose for:
- copying the existing
__fixtures__
like creating a copy ofnodes.ts
- using same port as in
dmn-editor
so indmn-editor-envelope
-9901
packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/BpmnFullScreenTest.ts
Outdated
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.
Do we test node deletion or node name deletion?
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.
Also here, same question, do we test node deletion or node name deletion?
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.
the screenshot name seems to be different than the screenshot content, is it expected?
- name says
all
- while content has single node selected
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.
I think I do not see properties in the screenshot content, could you please clarify if the screenshot is correct?
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.
could you please clarify if the screenshot is correct?
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.
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.
comparing other screenshots, it sounds zoom level is same, could you please clarify?
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.
cold you please clarify if the screenshot is correct? it seems like 100% zoom level
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.
I didn't finish my review, but I believe you have changes other than the tests on this PR. Like on the dmn-editor
and online-editor
in the accelerators. Please check the commit history. I'll review again after the fix.
packages/chrome-extension-test-helper/src/framework/github-editor/GitHubEditorPage.ts
Outdated
Show resolved
Hide resolved
93d72ee
to
a8e5600
Compare
Closes apache/incubator-kie-issues#1155
Setup Storybook
Added DevWebapp Story
Added Loan Pre Qualification Story
Setup Playwright
Added required fixtures for the End-To-End tests
Added End-To-End tests for the keyboard shortcuts
Setup containerization for the End-To-End tests