-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Fix: Use Locator property block_id
.
#34187
Fix: Use Locator property block_id
.
#34187
Conversation
Thanks for the pull request, @lewisemm! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
34494ba
to
2eaac10
Compare
This change has been made to address 9 deprecation warnings which can be seen after the tests are run. `name` property of Locators has been deprecated and replaced by the `block_id` property.
2eaac10
to
65e244e
Compare
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.
Nice - thanks for fixing this, @lewisemm !
@lewisemm 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
This change has been made to address 9 deprecation warnings which can be seen after the tests are run.
name
property of Locators has been deprecated and replaced by theblock_id
property.Supporting information
Fixes openedx/public-engineering#156.
This PR also replaces #34087 which was accidentally overwritten and closed while working on a separate issue.
Testing instructions
Nine messages from this deprecation warning were being displayed after tests in the
cms-2
shard were run.With this change, the nine deprecation warnings have been addressed.
This can be tested manually by running unit tests on the
cms-2
shard.Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.