-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fixed issue #27095 - In Floating cart delete pop-up, When user click on out side of OK button than button color is changed #27096
Conversation
Hi @dipeshrangani. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
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.
Hi @dipeshrangani. Thank you for your contribution.
According to the definition of done all changes should be covered by automated tests. I would suggest covering your fix using MFTF test. The test will check that the following selector action-primary action-accept
is not present on the page (but action primary action-accept'
).
Thank you!
@rogyar I have updated requested changes, please review. |
Hi @dipeshrangani. I believe you don't need additional changes to your fix. As I wrote in my recent comment, you need to create an automated MFTF test that tests the new system behavior. You can check this pull request as an example. It contains the fix itself and the automated test that verifies the fix. |
229c7de
to
0f6a15c
Compare
I will take care of test coverage. |
65332c2
to
a059d97
Compare
a059d97
to
4338e4c
Compare
@magento run all tests |
|
||
afterEach(function () { | ||
$('element').remove(); | ||
|
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 we remove this extra empty line, please?
@magento run all tests |
Hi @engcom-Echo. Thank you for the coverage. I believe the failing tests are not related to the current PR (they are fluky tests for Adobe Stock Integration). |
Adobe Stock Integration tests are stabilized. Updated branch to rerun the tests |
@magento run all tests |
Hi, @rogyar could you please approve it again? |
Hi @rogyar, thank you for the review. |
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.
Hi @dipeshrangani. Looks like the issue mentioned in PR is already fixed. Can you please verify it?
Pull Request state was updated. Re-review required.
Hi, @dipeshrangani, @VladimirZaets. I checked it again, and now this issue can't reproduce - an issue has been fixed. So, I'm closing this PR now due to an issue is fixed. |
Hi @dipeshrangani, thank you for your contribution! |
Related Pull Requests
https://github.com/magento/partners-magento2ee/pull/177
Preconditions (*)
Reference issue (*)
#27095
Steps to reproduce (*)
Expected result (*)
Actual result (*)