Andy Armstrong
2bf8254efd
Merge pull request #11491 from edx/andya/use-pattern-library-fonts
...
Use fonts from the Pattern Library
2016-11-02 15:34:58 -04:00
Albert St. Aubin
f1101a7ba3
Update to reduce flakiness of this test set removed flaky annotation
...
TNL-5582
2016-11-02 11:19:24 -04:00
Andy Armstrong
369b9baad6
Use fonts from the Pattern Library
...
* Updated the SASS to point to the Pattern Library
* Removed duplicate copies of fonts
2016-11-01 14:35:36 -04:00
Andy Armstrong
afee725fb1
Allow authors to remove option for unproctored exams
...
TNL-5084
2016-10-31 16:58:15 -04:00
Jesse Zoldak
eedc441824
Patterns for better bok choy tests
...
* visit() already does a wait_for_page()
* wait_for_page() already asserts on is_browser_on_page(), as it will raise a BrokenPromise after polling
* don't use is_browser_on_page() in an assertion unless you are 100% certain you're already on the page
* if an action takes you to another page, synchronize with a wait_for_page() for that new page
2016-10-26 10:09:39 -04:00
Christina Roberts
237c20cb49
Merge pull request #13833 from edx/christina/remove-ignores
...
Cleanup a11y ignores/tickets
2016-10-26 09:52:25 -04:00
Ned Batchelder
ab9452434d
Merge pull request #13837 from edx/release
...
Release to master
2016-10-26 05:28:04 -04:00
Eric Fischer
563122fe8c
Mark Flaky Test
2016-10-25 14:47:31 -04:00
cahrens
827f91a9f9
Remove unnecessary ignores in a11y tests.
...
Also update JIRA tickets.
2016-10-25 13:38:55 -04:00
Muzaffar yousaf
eb6bb03604
Merge pull request #13808 from edx/mzfr/flaky-bokchoy-tnl5691
...
Remove flaky for test_full_name_field
2016-10-25 14:27:03 +05:00
muzaffaryousaf
a62b84b864
Removing flaky since test failure is not reproduceable.
...
TNL-5691
2016-10-25 12:09:42 +05:00
Ned Batchelder
53f8516b8e
Merge pull request #13825 from edx/release
...
Release
2016-10-24 19:33:39 -04:00
Christina Roberts
69235ebb50
Merge pull request #13801 from edx/christina/ac-582
...
AC-582 progress page markup corrections
2016-10-24 13:37:13 -04:00
Adam Palay
51c7ca67f0
address flaky tests by adding time.sleep
2016-10-24 13:23:58 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Chris Rodriguez
3b9c970ce5
AC-582 progress page markup corrections
2016-10-20 12:55:59 -04:00
Robert Raposa
13222adf05
Upgrade MathJax to 2.7.
2016-10-20 10:53:04 -04:00
J. Cliff Dyer
1cfff02f06
Add tests for scoring of diverse problem types.
...
Includes:
* CAPA
* ORA
* LTI
* LTI-Consumer
* SGA
* Randomized Content Block
TNL-5692
TNL-5464
2016-10-20 09:29:55 -04:00
Nimisha Asthagiri
d078b65ea7
Merge pull request #13754 from edx/flaky/video-test
...
Fix flaky test: test_youtube_id_w_different_local_server_sub
2016-10-18 16:42:43 -04:00
Christina Roberts
7de60d1278
Merge pull request #13764 from edx/christina/tnl-5735
...
Fix screen-reader capa status prefixing
2016-10-18 14:43:01 -04:00
Toby Lawrence
6704e17afd
[TNL-5632] Optimize the single_thread view.
...
Firstly, we're now explicitly instructing the comments service to not
return thread responses/comments if the request isn't AJAX. So, if you
load the URL for a single discussion thread in your browser, this would
be a non-AJAX call and we'll avoid loading the responses for the entire
thread behind-the-scenes. Big win here for large threads.
Next, we removed a redundant "get threads" call which was also happening
behind-the-scenes. This call was redundant as the front-end JS also
grabs the thread list when a topic is chosen, so we were making an
extranenous call for no benefit. Poof, gone!
Finally, we added some caching of database queries that are required to
drive a lot of the permissions/cohorts machinery around discussion.
This will have a minimal effect but introduced a cleaner way to apply
general memoization at the per-request level which will let us further
cache things as we identify them as issues.
2016-10-18 13:11:30 -04:00
cahrens
485a88fabc
Prefix status with Question number.
...
TNL-5735
2016-10-18 12:58:16 -04:00
Nimisha Asthagiri
8f3a865cee
Fix flaky test: test_youtube_id_w_different_local_server_sub
...
TNL-5759
2016-10-17 21:43:22 -04:00
Christina Roberts
046ee7bd96
Merge pull request #12923 from CredoReference/static-page-for-instructors-only
...
Ability to hide Pages from students
2016-10-17 17:10:33 -04:00
J. Cliff Dyer
87e2308801
Added flaky tests.
...
New tickets:
TNL-5770
TNL-5771
TNL-5772
TNL-5773
TNL-5774
TNL-5775
2016-10-17 11:59:46 -04:00
tasawernawaz
ab8e5b82b6
Forgot Password - Verbiage Update
...
ECOM-5684
2016-10-17 11:56:35 +05:00
Christina Roberts
a5fa635b24
Merge pull request #13753 from edx/christina/tnl-5758
...
Flaky course outline bok choy test.
2016-10-14 16:11:22 -04:00
Dmitry Viskov
bb09fdb7be
Ability to hide Pages from students
2016-10-14 22:43:26 +03:00
cahrens
c9284835e1
Minor changes for flaky test.
...
This test has been very flaky on master, but the failure
is not reproducible. Trying a few things that might help.
TNL-5758
2016-10-14 15:16:47 -04:00
Christina Roberts
65723e2b12
Merge pull request #13758 from edx/christina/tnl-5513
...
Fix textbook tests so a11y tests only run in a11y test phase
2016-10-14 14:47:40 -04:00
cahrens
3e6b545f5e
Change to only run a11y test in a11y phase.
...
Not able to reproduce flakiness.
TNL-5513
2016-10-14 13:39:54 -04:00
alisan617
21eb03e116
Merge pull request #13513 from edx/alisan/inline-discussion-TNL-4756
...
New inline discussion home view TNL-4756
2016-10-14 12:09:42 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
Ben Patterson
b34600f140
Stabilize textbook tests
2016-10-14 10:05:49 -04:00
Nimisha Asthagiri
14d8a46d8c
Merge pull request #13739 from edx/flaky/cohort-test
...
Fix flaky bokchoy test: test_automatic_cohort_help, test_manual_cohort_help
2016-10-13 11:36:37 -04:00
Nimisha Asthagiri
9f1d4cbf6f
Fix flaky test_automatic_cohort_help bokchoy test
...
TNL-5709
2016-10-13 03:58:01 -04:00
Muzaffar yousaf
9d87472804
Merge pull request #13697 from edx/mzfr/flaky-bokchoy-4954
...
Fixing flaky test_studio_help_links
2016-10-13 12:02:40 +05:00
Andy Armstrong
51167aedef
Merge pull request #11710 from raccoongang/kssl/ui_conditional_module
...
Add ui in studio for conditional_module.
2016-10-11 10:45:39 -04:00
muzaffaryousaf
92d502510e
Fixing flaky test_studio_help_links
...
TNL-4954
2016-10-08 16:43:03 +05:00
Mushtaq Ali
23388588e7
Merge pull request #13564 from edx/mushtaq/video-transcript
...
Handle when no video transcript uploaded for a language
2016-10-07 20:08:25 +05:00
Mushtaq Ali
11a07ca8c9
Show validation message when no transcript file uploaded for a language in a video component in studio.
...
Also, don't show respective transcript language in video language menu when a related transcript is not uploaded for that language.
TNL-5200
2016-10-07 19:15:44 +05:00
noraiz-anwar
0f3a146177
Merge pull request #13551 from noraiz-anwar/na/mathjax-fix
...
Fix mathjax rendering
2016-10-07 16:58:03 +05:00
cahrens
1122c40f07
Moving ignore rules to relevant classes instead general rule.
...
Also replaces section with div, updates short_id, and makes textbox accessible.
TNL-5576, TNL-5575, TNL-5574, TNL-5671, TNL-5376
2016-10-06 17:35:54 -04:00
muhammad-ammar
c3b6b10478
Problem (capa) feedback UX revamp.
...
TNL-4877
2016-10-06 17:34:43 -04:00
Eric Fischer
50d55bbad6
Merge branch 'release' into release-10-06-conflict
2016-10-06 14:25:47 -04:00
Eric Fischer
e24915d286
Revert "Merge pull request #13614 from edx/efischer/revert_grades"
...
This reverts commit 9aa35cd8ad .
2016-10-06 14:25:27 -04:00
Noraiz Anwar
34ab38d729
Fix mathjax rendering
...
TNL-5451
2016-10-06 12:30:46 +05:00
Andy Armstrong
ecf4515b6e
Introduce id verification step for proctored exams
...
TNL-5083
2016-10-05 17:22:35 -04:00
Marko Jevtić
1e1b7e1ad3
Merge pull request #13648 from edx/mjevtic/TNL-5709
...
[TNL-5709] Mark a test as flaky
2016-10-05 19:55:12 +02:00
alisan617
66ea22cab6
Merge pull request #13587 from edx/alisan/bookmark-btn-TNl-5625-unit-title-TNL-5623
...
add new unit title and renew bookmark button
2016-10-05 12:53:40 -04:00