-
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
Will/fix acceptance tests #444
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👍 |
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Fix user replication to Courses you're already enrolled in
e-kolpakov
referenced
this pull request
in open-craft/edx-platform
May 15, 2015
Updated problem builder hash to include feedback persistence changes
diegomillan
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Sep 14, 2016
…cmd-rescind-cert Add update_cert_status management command
jfavellar90
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Apr 11, 2018
allowing of badges issued throw platform using badgr.proverity.org
dgamanenko
referenced
this pull request
in raccoongang/edx-platform
Jun 14, 2018
allowing of badges issued throw platform using badgr.proverity.org
xavierchan
pushed a commit
to xavierchan/edx-platform-1
that referenced
this pull request
May 30, 2019
…ettings fix(elitemba): fix bug of lms get elitemba settings
andrey-canon
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Jan 19, 2021
ju/ednx/JU-1: Show error messages as unicode strings
rediris
pushed a commit
to gymnasium/edx-platform
that referenced
this pull request
Feb 25, 2021
…appsembler-features-settings-for-common-env Set empty defaults for Appsembler features in common envs
jbcurtin
pushed a commit
to jbcurtin/edx-platform
that referenced
this pull request
Jan 31, 2022
…frontend_timezone [BB-5271] feat: Change studio schedule datetime inputs to user timezone
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes the failures due to the following changes:
Video and Discussion components in Studio no longer show a list of templates with one "default" item; they automatically add the default.
The Latex editor test was selecting the text in "section.problem", which included a span tag containing the text of the "show answer" button. The fix uses a more specific CSS selector.
There is still one test failing which appears to be a bug in Studio checklists. @jnater has submitted the bug report to the Studio team.
Reviewer: @jzoldak