cahrens
0c9937889b
Enabling XSS vulnerability flag for bok choy tests
2016-03-22 10:16:27 -04:00
Eric Fischer
9e71e3f311
Mark test as flaky TNL-4272
2016-03-22 09:56:37 -04:00
Muddasser
6da296e454
Extract hint from html instead of text
2016-03-22 16:28:43 +05:00
Diana Huang
091dc27c4f
Use is-hidden instead of hidden.
2016-03-15 17:17:56 -04:00
Eric Fischer
c46e5c1cb0
Fix flaky discussion tests
...
Ajax callbacks are used in a lot of places in discussions; our tests
need to wait for those callbacks to finish in several places.
2016-03-14 10:27:15 -04:00
Ben Patterson
04cc6969ef
Flagging other library import bok-choy test as flaky.
2016-03-12 12:48:13 -05:00
Ben Patterson
94c0a54664
Flag two tests as flaky. See inline comments for JIRA tickets.
2016-03-11 13:18:54 -05:00
Christine Lytwynec
5b5b4eb4fc
Merge pull request #11393 from edx/clytwynec/ac-238
...
Improve accessibility for dashboard course settings dropdown
2016-03-10 12:30:20 -05:00
Eric Fischer
a647169a90
Merge pull request #11167 from edx/christina/ora-data-download
...
WIP: Asynchronous download button for ORA2 data
2016-03-10 11:09:36 -05:00
dylanrhodes
2b1a7eece2
Asynchronous download button for ORA2 data
...
Conflicts:
lms/djangoapps/instructor/tests/test_api.py
lms/djangoapps/instructor/utils.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/instructor/views/api_urls.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/djangoapps/instructor_task/api.py
lms/djangoapps/instructor_task/tasks.py
lms/djangoapps/instructor_task/tasks_helper.py
lms/djangoapps/instructor_task/tests/test_api.py
lms/djangoapps/instructor_task/tests/test_tasks.py
lms/djangoapps/instructor_task/tests/test_tasks_helper.py
lms/envs/aws.py
lms/envs/common.py
lms/static/coffee/src/instructor_dashboard/data_download.coffee
lms/templates/instructor/instructor_dashboard_2/data_download.html
2016-03-10 09:58:55 -05:00
Muzaffar yousaf
770a45b720
Merge pull request #11363 from edx/notes-pagination
...
Notes pagination
2016-03-10 17:26:54 +05:00
Hasnain
5e24225cd8
Removing Flaky decorator from lms instructor dashboard test
2016-03-09 10:18:10 -05:00
Peter Fogg
fd2f3b69ef
Prevent ordering closed courses, and give a good user message.
...
When Drupal attempts to enroll a user in a closed course, a 406 will
be returned. This causes the marketing site to redirect to the track
selection page for that course, which will then redirect to the
dashboard with a nice message.
ECOM-2317
2016-03-08 16:45:49 -05:00
muzaffaryousaf
b095651655
Escape html/js with other bug fixes .
...
TNL-4164
2016-03-08 18:07:52 +05:00
Jesse Zoldak
01e6fa81af
Merge pull request #11654 from edx/zoldak/TE-1201
...
Convert tests for adding advanced problem components from lettuce to bok-choy
2016-03-04 15:14:25 -05:00
Ned Batchelder
57d2d62335
Merge pull request #11741 from edx/ned/flaky-SOL-1654
...
Mark a flaky test, SOL-1654
2016-03-04 10:11:39 -05:00
Ned Batchelder
6071d4f363
Merge pull request #11742 from edx/ned/flaky-TNL-4190-4191
...
Mark two tests flaky. TNL-4190 TNL-4191
2016-03-04 10:11:02 -05:00
Ned Batchelder
b653e28e5c
Mark two tests flaky. TNL-4190 TNL-4191
2016-03-03 13:14:12 -05:00
Ned Batchelder
e3522d1fae
Mark a flaky test, SOL-1654
2016-03-03 12:44:18 -05:00
raeeschachar
010fb68e6a
Added Falky decorator to Chrome flaky tests
2016-03-03 19:55:26 +05:00
Jesse Zoldak
9ebfc49b93
Wait for the Advanced problem tab to be active. Remove the __test__ signifier.
2016-03-02 16:16:45 -05:00
Jesse Zoldak
2c8148c7bc
Convert tests for adding advanced problem components from lettuce to bok-choy
...
TE-1201
2016-03-02 11:08:59 -05:00
Muddasser
aaa3d972c6
Merge pull request #11707 from edx/muddasser/bokchoy-test_accepting_redirects
...
Check both url and title for the presence of code
2016-03-01 19:56:37 +05:00
Ben Patterson
acae281f82
Merge pull request #11677 from edx/benp/tnl-4151-fix2
...
Ensuring page is loaded belongs in the page object.
2016-03-01 08:56:37 -05:00
clrux
650c95f9c3
Merge pull request #11501 from edx/clrux/ac-328-uxpl
...
AC-328 adding UXPL classnames to headings
2016-03-01 07:23:07 -05:00
Muddasser
724058a5ad
Check both url and title for the presence of code
2016-03-01 16:03:25 +05:00
Chris Rodriguez
c619e1ec6b
Adding UXPL classnames to headings
2016-02-29 15:43:17 -05:00
Ben Patterson
18e1aaa320
Ensuring page is loaded belongs in the page object.
...
TNL-4151 had previously been fixed to avoid a flaky condition; however,
that only passed the flaky condition to a later point in the
test. The proper fix is to ensure the page has loaded. Putting the
definition in this method will mean that the page will wait
to load with other functions, such as `DashboardPage.visit()`.
2016-02-27 12:37:20 -05:00
raeeschachar
b4cbc66d96
Fixed test_cancelling_redirects failing on Chrome
2016-02-26 21:12:32 +05:00
Awais Jibran
d114be732f
Merge pull request #11514 from attiyaIshaque/ai/tnl4067-auto-register-course
...
User automatically registered to course.
2016-02-24 11:24:58 +05:00
muzaffaryousaf
ee637c58ea
Set notes page size to 25
...
TNL-4108
2016-02-24 11:03:17 +05:00
muhammad-ammar
ce57700d68
hide paging footer when only one page
2016-02-24 11:03:15 +05:00
muzaffaryousaf
71ec1b94f6
Fixing & adding Bokchoys for edx notes pagination.
...
TNL-3910
2016-02-24 11:03:15 +05:00
muhammad-ammar
13b14e0a60
Paginate edxnotes frontend
...
TNL-3908
2016-02-24 11:03:14 +05:00
Ben Patterson
1ba360d987
Merge pull request #11629 from edx/benp/TNL-4151-flaky-test
...
Flag test as flaky. See TNL-4151.
2016-02-23 10:05:33 -05:00
Your Name
b1751e70c3
User automatically registered to course.
2016-02-23 19:07:19 +05:00
Ben Patterson
de45c0d36d
Flag test as flaky. See TNL-4151.
2016-02-23 08:20:06 -05:00
Ben Patterson
3afc2a9fa7
Ensure test waits for the library list to populate before continuing.
2016-02-22 10:01:03 -05:00
Justin Abrahms
885785d7f1
Added a UI for confirming OAuth Access.
...
This will allow users to delegate permissions to a 3rd party service.
2016-02-17 14:04:04 -05:00
Christine Lytwynec
6179c6e935
Improve screenreader text and focus management for dashboard course settings dropdown
2016-02-17 09:20:10 -05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
Ben Patterson
526e174846
Merge pull request #11510 from edx/benp/TE-1194-example
...
TE-1194 update for test_teams.
2016-02-12 14:01:46 -05:00
raeeschachar
04ca0af54c
Merge pull request #11500 from edx/raees/chrome-bok-choy-test-stores-speed-for-multiple
...
Fixed test_video_component_stores_speed_correctly_for_multiple_videos…
2016-02-12 11:22:07 +05:00
raeeschachar
c6d2373156
Fixed test_video_component_stores_speed_correctly_for_multiple_videos failing on Chrome
2016-02-11 15:47:07 +05:00
Ben Patterson
edc9227a8b
TE-1194 update for test_teams.
...
This can also serve as an example of the kind of changes we want to make.
2016-02-10 14:22:50 -05:00
Jesse Zoldak
7ccca469fc
Merge pull request #11481 from edx/zoldak/remove-lettuce-homepage-test
...
Convert homepage acceptance test to bok-choy
2016-02-10 08:45:06 -05:00
Awais Jibran
dabda5bc75
Merge pull request #11375 from attiyaIshaque/ai/tnl3573-resetpassword-empty-page-fix
...
Resetting password shows empty page.
2016-02-10 18:39:21 +05:00
Asad Iqbal
64291d3c01
Merge pull request #11391 from edx/asadiqbal08/WL-272
...
asadiqbal08/WL-272 - Studio Language Selection
2016-02-10 18:30:29 +05:00
Jesse Zoldak
f0c54c15ee
Convert homepage acceptance test to bok-choy
2016-02-10 06:32:38 -05:00
Attiya Ishaque
a042cbc7f0
Resetting password shows empty page.
...
TNL-3573
2016-02-10 14:47:41 +05:00