Updating LTI Jasmine tests. - #943
Merged
Merged
Conversation
Due to the fact that by default the LTI settings have "http://www.example.com" set as the default form action (launch_url), tests were updated to reflect the fact that when setting is in default state, form is not submited, even when the form action is not empty.
Contributor
|
OK |
valera-rozuvan
added a commit
that referenced
this pull request
Sep 12, 2013
Updating LTI Jasmine tests.
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
…ware-licenses Add fix for users with multiple licenses
jenkins-ks
pushed a commit
to nttks/edx-platform
that referenced
this pull request
Aug 9, 2016
* Merge pull request openedx#937 from nttks/gacco/cypress.biz-2nd (openedx#943) * Merge pull request openedx#937 from nttks/gacco/cypress.biz-2nd gacco/cypress.biz 2nd (cherry picked from commit 4bc3bc2) Conflicts: biz/djangoapps/ga_achievement/management/commands/tests/test_update_biz_score_status.py lms/djangoapps/ccx/tests/test_field_override_performance.py lms/djangoapps/instructor/tests/test_api.py lms/envs/test.py setup.py * Merge pull request openedx#941 from kawaguchi-ks/develop/cypress/biz-fix-timezone-problem Fix timezone problem on boundary test. (cherry picked from commit 20e1b0c) * Fix transaction, autocommit(commit_on_success) -> atomic. * Define class Meta. * Change AUTHENTICATION_BACKENDS for disable RateLimitBackend within lo… (openedx#902) * Change AUTHENTICATION_BACKENDS for disable RateLimitBackend within login authentication(openedx#540) (openedx#883) (cherry picked from commit 1e8b68a) Conflicts: cms/djangoapps/course_creators/tests/test_admin.py * Fix test, "RedirectCycleError: Redirect loop detected".
pomegranited
pushed a commit
to open-craft/openedx-platform
that referenced
this pull request
Oct 23, 2017
MCKIN-6182: bump xblock-group-project-v2 version to 0.4.4
kluo
pushed a commit
to kluo/edx-platform
that referenced
this pull request
Oct 19, 2019
* Commits: Remove xblock-mufi from INSTALLED_APPS Install xblock-mufi==1.0.0
Abdul-Muqadim-Arbisoft
pushed a commit
to edly-io/edx-platform
that referenced
this pull request
May 8, 2024
This file contains hidden or 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
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.
About
Due to the fact that by default the LTI settings have "http://www.example.com" set as the default form action (launch_url), tests were updated to reflect the fact that when setting is in default state, form is not submitted (even when the form action is not empty).
Reviewers