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
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
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
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
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
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
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
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -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
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 Jevtic
5d128f32ee
[TNL-5709] Mark a test as flaky
2016-10-05 10:45:14 +00:00
Muddasser
c943d42b7d
Merge pull request #13566 from edx/muddasser/help/cohort
...
cohort help tests
2016-10-05 12:33:31 +05:00
Cliff Dyer
bd38ed2645
Merge pull request #13620 from edx/cdyer/flakies-2016-09-30
...
Flaky test annotations 2016
2016-10-04 17:03:24 -04:00
Muzaffar yousaf
29061fcd97
Merge pull request #13528 from edx/mushtaq/fix-flaky-edxnotes-test
...
Fix flaky test test_easy_access_from_notes_page
2016-10-04 16:02:35 +05:00
Mushtaq Ali
0abd2fce81
Increase connect & read timeout to fix flaky test test_easy_access_from_notes_page.
...
TNL-4590
2016-10-04 14:52:41 +05:00
Muddasser
cde90fd120
cohort help tests
2016-10-04 06:51:50 +00:00
Sanford Student
bcaa873be0
bug fix for TNL-5601
...
fixes signal handling for delete student state
2016-10-01 23:23:09 -04:00
J. Cliff Dyer
9c5759ed1c
Flaky test decorators. Tickets exist:
...
TNL-5643:
test_lms_courseware:ProctoredExamTest.test_timed_exam_flow
TNL-4132:
test_lms_matlab_problem:MatlabProblemTest.test_run_code
TNL-5582:
test_studio_course_info.UsersCanAddUpdatesTest.test_delete_course_update
TNL-5691:
test_account_settings.AccountSettingsPageTest.test_full_name_field
2016-09-30 16:50:46 -04:00
J. Cliff Dyer
628e4cfe63
Revert "Flaky test decorators. Tickets exist:"
...
This reverts commit 988bfa046b .
2016-09-30 14:55:43 -04:00
J. Cliff Dyer
aaa37d6797
Revert "Annotate flaky decorators with ticket numbers."
...
This reverts commit 25bd32bc1c .
2016-09-30 14:55:28 -04:00
J. Cliff Dyer
25bd32bc1c
Annotate flaky decorators with ticket numbers.
2016-09-30 14:43:38 -04:00
J. Cliff Dyer
988bfa046b
Flaky test decorators. Tickets exist:
...
TNL-5643:
test_lms_courseware:ProctoredExamTest.test_timed_exam_flow
TNL-4132:
test_lms_matlab_problem:MatlabProblemTest.test_run_code
TNL-5582:
test_studio_course_info.UsersCanAddUpdatesTest.test_delete_course_update
TNL-5691:
test_account_settings.AccountSettingsPageTest.test_full_name_field
2016-09-30 14:15:11 -04:00
Sanford Student
39fb66fccf
removing scored/has_score from randomized content block
...
for TNL-4171
2016-09-30 09:59:39 -04:00