Commit Graph

859 Commits

Author SHA1 Message Date
Mark Sadecki
33949571b7 adds a test so this doesn't regress again 2016-12-12 08:32:43 -05:00
cahrens
156b43ec0f Allow passing through title to iFrame.
Also changes section to div.

TNL-6044
2016-12-05 12:53:57 -05:00
J. Cliff Dyer
cdbb48b71b Mark flaky tests flaky 2016-11-29 11:10:06 -05:00
Christina Roberts
af504fc61d Merge pull request #13805 from edx/christina/ac-583
Christina/ac 583
2016-11-28 12:22:55 -05:00
Chris Rodriguez
29dcbfefe4 Progress graph a11y updates.
TNL-5891
2016-11-28 10:55:39 -05:00
Albert St. Aubin
6752b90dae Removed flaky annotations and updated tests to correct flakiness
TNL-5774
2016-11-22 11:18:28 -05:00
Albert St. Aubin
25fd6b57af Test update for PR comments 2016-11-21 11:31:17 -05:00
Albert St. Aubin
96eeb3fcc5 Additional acceptance test to check the problem meta is not altered by sequence navigation. 2016-11-21 11:04:26 -05:00
Albert St. Aubin
866399ba05 Changes for ui correctness state when saving a problem
TNL-1955
2016-11-16 12:30:04 -05:00
Gregory Martin
08c5a35899 Merge pull request #13923 from edx/yro_fix-PR-13794
Yro fix PR 13794
2016-11-08 10:06:16 -05:00
Gregory Martin
e05cb31b87 fix leading zero bok choy 2016-11-07 18:43:16 -05:00
Andy Armstrong
0c5b7ab32d Merge pull request #13883 from edx/andya/long-error-messages
Introduce a new AcceptanceTest base class
2016-11-07 18:35:38 -05:00
Gregory Martin
f0cd29f02a Revert "Merge pull request #13915 from edx/revert-13794-yro_implement-dateutil"
This reverts commit d59ab18b27, reversing
changes made to 0ebab35e89.
2016-11-07 17:04:13 -05:00
Jesse Zoldak
ec880138d2 Revert "Implement DateUtils in LMS" 2016-11-04 07:50:26 -04:00
Gregory Martin
f21dbc797a Merge pull request #13794 from edx/yro_implement-dateutil
Implement DateUtils in LMS
2016-11-03 13:51:46 -04:00
Toby Lawrence
800daa9c1d Merge pull request #13844 from edx/PERF-386
[PERF-386] Utilize ForumsConfig to enable and disable forums.
2016-11-03 13:14:20 -04:00
Toby Lawrence
2acb4a6cad [PERF-386] Utilize ForumsConfig to enable and disable forums.
This specifically enables/disables the underlying comment service client
used to make calls to the service.  When disabled, this client will now
throw an exception which can be propagated upwards so that callers can
make the right decision about how to notify users of the error, or
handle retry, etc etc.
2016-11-03 10:20:19 -04:00
Gregory Martin
3fd16eb6be Implement DateUtils in LMS 2016-11-03 10:06:10 -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
5b0c60e9fc Introduce a new AcceptanceTest base class 2016-11-01 13:24: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
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
cahrens
485a88fabc Prefix status with Question number.
TNL-5735
2016-10-18 12:58:16 -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
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
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
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
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