Skip to content
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

Closed

Conversation

dipeshrangani
Copy link
Contributor

@dipeshrangani dipeshrangani commented Feb 29, 2020

Related Pull Requests

https://github.com/magento/partners-magento2ee/pull/177

Preconditions (*)

  1. Magento2.4-develop

Reference issue (*)

#27095

Steps to reproduce (*)

  1. Add to cart product
  2. Goto mini cart and click on remove product

Expected result (*)

button-solution

Actual result (*)

button-issue

@m2-assistant
Copy link

m2-assistant bot commented Feb 29, 2020

Hi @dipeshrangani. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento give me test instance - deploy test instance based on PR changes
  • @magento give me 2.4-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Guide documentation.

Copy link
Contributor

@rogyar rogyar left a 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 rogyar added the Auto-Tests: Not Covered Changes in Pull Request requires coverage by auto-tests label Feb 29, 2020
@dipeshrangani dipeshrangani changed the title Fixed issue - 27095 Fixed issue #27095 - In Floating cart delete pop-up, When user click on out side of OK button than button color is changed Mar 2, 2020
@dipeshrangani
Copy link
Contributor Author

@rogyar I have updated requested changes, please review.

@rogyar
Copy link
Contributor

rogyar commented Mar 4, 2020

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.

@engcom-Charlie engcom-Charlie self-assigned this Mar 12, 2020
@engcom-Charlie engcom-Charlie removed their assignment Mar 13, 2020
@engcom-Echo engcom-Echo self-assigned this Mar 17, 2020
@engcom-Echo
Copy link
Contributor

I will take care of test coverage.

@engcom-Echo
Copy link
Contributor

@magento run all tests


afterEach(function () {
$('element').remove();

Copy link
Contributor

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?

@engcom-Echo
Copy link
Contributor

@magento run all tests

@rogyar
Copy link
Contributor

rogyar commented Apr 13, 2020

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).

@engcom-Echo engcom-Echo requested a review from rogyar April 14, 2020 08:29
@sivaschenko
Copy link
Member

Adobe Stock Integration tests are stabilized. Updated branch to rerun the tests

@sivaschenko
Copy link
Member

@magento run all tests

@engcom-Echo
Copy link
Contributor

Hi, @rogyar could you please approve it again?

rogyar
rogyar previously approved these changes May 19, 2020
@magento-engcom-team
Copy link
Contributor

Hi @rogyar, thank you for the review.
ENGCOM-7241 has been created to process this Pull Request

Copy link
Contributor

@VladimirZaets VladimirZaets left a 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?

@ghost ghost assigned VladimirZaets Jun 17, 2020
@ghost ghost dismissed rogyar’s stale review June 17, 2020 17:39

Pull Request state was updated. Re-review required.

@engcom-Echo
Copy link
Contributor

Hi, @dipeshrangani, @VladimirZaets. I checked it again, and now this issue can't reproduce - an issue has been fixed.

image

So, I'm closing this PR now due to an issue is fixed.
Please reopen and update if you wish to continue.
Thank you for your collaboration. 👍

@m2-assistant
Copy link

m2-assistant bot commented Jun 18, 2020

Hi @dipeshrangani, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment