-
Notifications
You must be signed in to change notification settings - Fork 9.4k
MFTF: Unlock Admin User Entity Test #32758
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
MFTF: Unlock Admin User Entity Test #32758
Conversation
Hi @DmitryTsymbal. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
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. 🕙 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 |
@magento run all tests |
@magento run Functional Tests CE , Functional Tests B2B , WebAPI Tests |
@magento run Functional Tests CE , Functional Tests B2B |
@magento run Functional Tests B2B |
No builds to run for your request. |
@magento run all tests |
1 similar comment
@magento run all tests |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
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 @DmitryTsymbal
Please update mftf test based on console log from failed tests
@DmitryTsymbal sorry, looks like reported problems is not related to changes from this PR |
Failed test related to two-factor-auth module that don't described in "Build configuration". |
@magento run Functional Tests EE, Functional Tests B2B, Functional Test CE, Sample Data Tests B2B, Sample Data Tests CE, Sample Data Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Currently not looking into this PR as I am in between some other priority tasks. Will resume work on this once done with current work. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento create issue |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests CE, Functional Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests CE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @sidolov, I have merged latest 2.4-develop branch into this PR branch and resolved all conflicts. Previously The build phase was not successful because of issue in AdminUnlockAdminUserEntityTest.xml test case. I have fixed the issue by modifying the test title and added testCaseId in AdminUnlockAdminUserEntityTest.xml test’s annotation. Now the build phase is successful but below tests are failing.
Note: The failing test cases are working fine on my local setup. In this PR, since complete new test case has been added and the test cases which are failing now are not part of this PR changes or not failing because of any change made in this PR moving this PR further. Requesting @Den4ik to review the changes again hence moving it to Pending Review. Thank You! |
@magento run Functional Tests CE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @Den4ik, thank you for the review.
|
This PR contains a test for unlocking admin user on "Locked Users" grid
Steps to reproduce:
1 - Create Admin user
2 - Lock Admin User
3 - Find locked Admin User on "Locked Users" grid
4 - Unlock Admin User
5 - Perform Assertions
Resolved issues: