Skip to content

Conversation

@ejaz-alam
Copy link
Contributor

Description (*)

Related Pull Requests

Fixed Issues (if relevant)

  1. Fixes Login as customer opt-in checkbox not translatable #32329

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@m2-assistant
Copy link

m2-assistant bot commented Mar 4, 2021

Hi @ejaz-alam. Thank you for your contribution
Here are 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

❗ Automated tests can be triggered manually with an appropriate comment:

  • @magento run all tests - run or re-run all required tests against the PR changes
  • @magento run <test-build(s)> - run or re-run specific test build(s)
    For example: @magento run Unit Tests

<test-build(s)> is a comma-separated list of build names. Allowed build names are:

  1. Database Compare
  2. Functional Tests CE
  3. Functional Tests EE,
  4. Functional Tests B2B
  5. Integration Tests
  6. Magento Health Index
  7. Sample Data Tests CE
  8. Sample Data Tests EE
  9. Sample Data Tests B2B
  10. Static Tests
  11. Unit Tests
  12. WebAPI Tests
  13. Semantic Version Checker

You can find more information about the builds here

ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review.

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

⚠️ According to the Magento Contribution requirements, all Pull Requests must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.

🕙 You can find the schedule on the Magento Community Calendar page.

📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket.

🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel

✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel

@m2-community-project m2-community-project bot added Progress: pending review Priority: P3 May be fixed according to the position in the backlog. Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround. labels Mar 4, 2021
@shikhamis11 shikhamis11 self-requested a review March 30, 2021 15:14
@shikhamis11
Copy link
Member

@magento run all tests

@shikhamis11
Copy link
Member

@ejaz-alam thank you for creating Pull Request.
Please cover the changes with Functional Test

@ishakhsuvarov
Copy link
Contributor

Hi

I am closing this PR for now as it seems like it has become stale and still needs work.

Please feel free to reopen if you wish to continue.

Thanks!

@hostep
Copy link
Contributor

hostep commented Jun 27, 2023

It's really sad that this one got closed as it's a quick fix for a real problem. I don't agree with the hard requirement of adding functional tests to merge it in, it should just have been accepted as is in my opinion ...

@ejaz-alam
Copy link
Contributor Author

@ejaz-alam thank you for creating Pull Request.
Please cover the changes with Functional Test

@shikhamis11 , need your help in this.

@hostep
Copy link
Contributor

hostep commented Jun 27, 2023

@ejaz-alam: we believe your PR needs some additional changes on these 2 lines:

That needs to be updated to ScopeInterface::SCOPE_STORE

And the 2 lines https://github.com/ejaz-alam/magento2/blob/b52c7692bd47ab996b95d988ed1cfb68adc536ff/app/code/Magento/LoginAsCustomerAssistance/etc/adminhtml/system.xml#L10-L11 needs to also get an showInStore="1" we think.

Thanks to colleague @radu-miron-baldwin for these additional findings

@ejaz-alam: could you update this PR with these additional changes and merge the latest 2.4-develop branch in here?

@shikhamis11, @ishakhsuvarov, @ihor-sviziev: can we get this PR re-opened? So it can be further processed?

@shikhamis11 shikhamis11 reopened this Jun 27, 2023
@m2-assistant
Copy link

m2-assistant bot commented Jun 27, 2023

Hi @ejaz-alam. Thank you for your contribution!
Here are some useful tips on 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

❗ Automated tests can be triggered manually with an appropriate comment:

  • @magento run all tests - run or re-run all required tests against the PR changes
  • @magento run <test-build(s)> - run or re-run specific test build(s)
    For example: @magento run Unit Tests

<test-build(s)> is a comma-separated list of build names.

Allowed build names are:
  1. Database Compare
  2. Functional Tests CE
  3. Functional Tests EE
  4. Functional Tests B2B
  5. Integration Tests
  6. Magento Health Index
  7. Sample Data Tests CE
  8. Sample Data Tests EE
  9. Sample Data Tests B2B
  10. Static Tests
  11. Unit Tests
  12. WebAPI Tests
  13. Semantic Version Checker

You can find more information about the builds here
ℹ️ Run only required test builds during development. Run all test builds before sending your pull request for review.


For more details, review the Code Contributions documentation.
Join Magento Community Engineering Slack and ask your questions in #github channel.

@shikhamis11
Copy link
Member

@magento run all tests

@magento-automated-testing
Copy link

The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues.

@shikhamis11 shikhamis11 changed the title global configuration Fixed: Login as customer opt-in checkbox not translatable Jun 27, 2023
@ihor-sviziev ihor-sviziev added Issue: needs update Additional information is require, waiting for response Progress: needs update and removed Issue: needs update Additional information is require, waiting for response labels Jun 29, 2023
Copy link
Contributor

@ihor-sviziev ihor-sviziev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review #32359 (comment)

@ejaz-alam
Copy link
Contributor Author

@magento run all tests

@magento-automated-testing
Copy link

The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues.

@ihor-sviziev
Copy link
Contributor

@magento run all tests

@magento-automated-testing
Copy link

The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues.

@engcom-Bravo
Copy link
Contributor

@magento run all tests

@engcom-Bravo
Copy link
Contributor

Hi @ejaz-alam,

Thanks for the collaboration & contribution!

✔️ QA Passed

Preconditions:

  • Install fresh Magento 2.4-develop

Steps to reproduce

  • In back office > Stores > Configuration >Customers > Login as Customer
  • Look at the scope for fields "Title for Login as Customer opt-in checkbox" and "Login as Customer checkbox tooltip"

Before: ✖️ 

Screenshot 2024-09-16 at 11 46 25

After: ✔️

Screenshot 2024-09-16 at 13 09 23

Builds are failed. Hence, moving this PR to Extended Testing.

Thanks

@engcom-Dash engcom-Dash self-assigned this Sep 19, 2024
@engcom-Dash
Copy link
Contributor

@magento run all tests

@engcom-Dash
Copy link
Contributor

@magento run Functional Tests B2B, Functional Tests CE

@engcom-Dash
Copy link
Contributor

engcom-Dash commented Sep 20, 2024

@engcom-Dash
Copy link
Contributor

We have seen static failures in mainline PR after merging this PR into that. Hence for now moving this PR to Extended testing.

@engcom-Dash
Copy link
Contributor

@magento run all tests

@engcom-Dash
Copy link
Contributor

@magento run Functional Tests EE, Functional Tests CE, Functional Tests B2B

@engcom-Dash
Copy link
Contributor

The Functional B2B, CE and EE test failures seem flaky and some of these failures are known issues. They are neither part of PR nor failing because of PR changes. Hence moving it to Merge in Progress.

Functional Tests B2B
Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/a25c5eba96c358b4e4c884c5239e7a78/Functional/allure-report-b2b/index.html#categories/3a3a8306986cbb01e5245b23e6e5b238/49c7f4be9d0b368d/
image

Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/95bd338181619adb0a0b2f0fe3fccc97/Functional/allure-report-b2b/index.html#categories/3a3a8306986cbb01e5245b23e6e5b238/bf2484d30040d84/
image

Known issues:
MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest: ACQE-7229
StorefrontReuseCouponCodeAfterOrderCanceledTest: ACQE-7230

Functional Tests CE
Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/b9b79a4a8609689e4cda6bedb93b130c/Functional/allure-report-ce/index.html#categories/6d7e37752c3cc83cb3d2063131f608bb/8ab88db15c3ccabf/
image

Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/2e36b03a5f02a80e9b2708f0064b459d/Functional/allure-report-ce/index.html#categories/6d7e37752c3cc83cb3d2063131f608bb/c1b7c873ecb2f74f/
image

Known issue:
VerifyDefaultWYSIWYGToolbarOnProductTest: ACQE-7227

Functional Tests EE
Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/4279d8487abbec3bc3bb4331eac2a133/Functional/allure-report-ee/index.html#categories/31e33462b229a28e4a84c08a342e2286/5d51597993d437a4/
image

Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/32359/0f253f3a9a35e30f455f7370e7627fb2/Functional/allure-report-ee/index.html#categories/f2aefafc67ccd17a06c2ace41fd8e7ad/bbcba68aa4752d68/
image

@magento-devops-reposync-svc magento-devops-reposync-svc merged commit ef5284e into magento:2.4-develop Dec 24, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: LoginAsCustomerAssistance Priority: P3 May be fixed according to the position in the backlog. Progress: accept Release Line: 2.4 Risk: low Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Login as customer opt-in checkbox not translatable

9 participants