Jeff LaJoie
bf955988f3
TNL-6011: removes onchange line only using the onfocusout event to save
2017-03-21 12:07:37 -04:00
muzaffaryousaf
d73d2f5889
Increase the yttimeout to un-skip the video tests.
2017-02-08 20:30:54 +05:00
raeeschachar
102c97752a
LT-53 Do not leave the help window open after verification
2017-02-06 08:11:02 +00:00
Jesse Zoldak
d87c9c412e
Skip the youtube acceptance tests TE-1927
2017-01-10 08:21:15 -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
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
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
Muddasser
8774728226
Base url for help links is changed
2016-09-22 09:58:34 +00:00
Muddasser
3683ee7f32
Help Links second pass
2016-09-22 07:15:54 +00:00
Muddasser
c64d9aaabe
automate help links
2016-09-22 07:15:54 +00:00
Sanford Student
a98e33afd8
TNL-5466 tests for changing grade policy
...
and moving progress page tests into separate file
2016-09-21 09:48:46 -04:00
Shauna Gordon-McKeon
29bb5b50e9
Switch relative to absolute urls in imports (video, discussion, misc)
2016-07-28 16:35:40 -04:00
cahrens
0c9937889b
Enabling XSS vulnerability flag for bok choy tests
2016-03-22 10:16:27 -04:00
muhammad-ammar
c9b87aa099
Unit Bookmarks List View
...
TNL-1958
2015-12-17 22:07:31 +05:00
Ben Patterson
8610b6ded6
Events bok-choy multiprocessing support.
...
Stop clearing the entire mongo collection with every mixin instantiation.
Instead, reset the clock for the particular test.
With this approach, filters must be stricter, for example, according
to username or user id.
2015-11-21 10:42:01 -05:00
Jesse Zoldak
6207de94c3
[fixup] fix quality violations
2015-10-16 14:49:21 -04:00
Jesse Zoldak
cfe21a70fa
Fix the helpers for Select objects by wrapping them in promises
2015-10-16 13:39:07 -04:00
Saleem Latif
b55dee8f2e
Bok-Choy test added for SOL-1196 to verify no black box around view certificate note in Progress Tab
2015-10-13 15:13:28 +05:00
Andy Armstrong
f80b6221d9
Fix duplicate calls to search API
...
TNL-3198
Also fixed a regression with the search breadcrumbs
where it wasn't possible to navigate back to the
full list.
2015-09-14 13:32:45 -04:00
Ned Batchelder
2a0259095d
Change imports from path to use the stablest name.
...
The old line:
from path import path
produced pylint errors because of the baroque way that path.py defined
"path". We tried to get them to change how they defined it, but they
deleted the name instead: https://github.com/jaraco/path.py/issues/102
(Jason then changed his mind, but this is a better way to use path.py,
it avoids the pylint error at least.)
2015-08-27 12:59:25 -04:00
Ned Batchelder
ee0f4b2594
Remove 'pylint: disable=no-value-for-parameter' that we no longer need.
2015-08-03 15:44:29 -04:00
muzaffaryousaf
38ef22b8a2
Using youtube api (v3) instead of v2 to get the video duration .
...
TNL-2413
2015-07-24 17:03:46 +05:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Ben Patterson
04e764d13d
Make addCleanup idempotent.
...
Sometimes this file does not exist depending on when a test failed. Remove it gracefully.
2015-06-12 10:28:06 -04:00
cahrens
0c7af25c79
Update student notes eventing for tags.
...
TNL-2172
2015-05-19 13:14:10 -04:00
Gabe Mulley
4a8b0c5ef5
Make user_track use eventtracking
2015-05-06 20:57:46 -04:00
Andy Armstrong
17392ef3bf
Code review feedback and test cleanup.
2015-04-17 17:23:19 -04:00
Andy Armstrong
1f3d2c24cc
Isolate Bok Choy tests to unique test users
2015-04-17 17:23:19 -04:00
Daniel Friedman
97c43adaa4
Track user settings changed events on User save
2015-04-17 17:23:18 -04:00
cahrens
938dcce061
Event change_initiated for password and email change requests.
2015-04-17 17:23:16 -04:00
Andy Armstrong
f03841a6bb
Add client-side events for viewing pages
...
TNL-1504
2015-04-17 17:23:16 -04:00
E. Kolpakov
d34c6a0783
Filtering using search index + tests
2015-04-14 12:32:50 +03:00
Zia Fazal
0b28c3fdfb
trying to fix a flaky test
...
removed flaky decorator
added promise to make sure value is selected
refined promise callback
return False if option has not value
2015-03-10 18:59:49 +05:00
Zia Fazal
e21ff20375
backend changes based on feedback
...
Conflicts:
lms/djangoapps/courseware/courses.py
lms/djangoapps/instructor_task/api.py
refined entrance exam student attempts reset
Quality improvements 1/16
added rescore, delete state and task history functionality
added unit tests for entrance exam reset attempts
added unit tests for re scoring of entrance exam and task history
improved test coverage
Got rid of pep violation
feedback changes and added jasmine test
added more jasmine tests for Javascript changes
added bok-choy tests for UI changes
replaced input containing <p> tags with <label>
Removed ee element assertions to avoid js error
Added call to super.setUp()
changes based on feedback on 2/18
Writing tests in JS instead of coffee script
commit related to skip entrance exam 2/13
fixed bad-continuation quality error
fixed broken bok-choy test
changes based on feedback on 2/18
added js tests and removed coffee script tests
fixed broken bok-choy and unit tests
changes left while rebasing
rephrase test titles
do not need these libs
changes based on feedback on 2/24
changes text which was left
Changes based on feedback on 3/3
2015-03-04 15:32:56 +05:00
Ben Patterson
3539bac160
Event-testing pattern should be supported by a mixin.
2015-03-03 08:02:29 -05:00
Zia Fazal
b3f85e1d4a
Instructor Dashboard management tools for Entrance Exams
...
Conflicts:
lms/djangoapps/courseware/courses.py
lms/djangoapps/instructor_task/api.py
refined entrance exam student attempts reset
added rescore, delete state and task history functionality
2015-02-23 15:04:05 -05:00
Ben Patterson
630801c72c
An upgrade to verified should emit a mode_changed event.
...
This change will also move us to bok-choy instead of lettuce for
these scenarios, and re-enable them. See TE-736.
Includes some refactoring of repeated event-checking code as well.
2015-02-10 09:39:22 -05:00
polesye
d02d3b7926
TNL-1299: Update default video.
2015-02-05 10:55:36 +02:00
Matt Drayer
3c669e3838
New feature contribution: Entrance Exams
2015-01-15 20:35:24 -05:00
Zia Fazal
ca3d84a5d4
New pre-requisite course feature via milestones app
2015-01-15 15:17:38 -05:00
cahrens
79cd321028
Bok choy test improvements.
2015-01-15 10:33:46 -05:00
Andy Armstrong
4fa33e25ed
Studio support for cohorted courseware
...
TNL-652
2015-01-15 10:33:45 -05:00
Andy Armstrong
561c57dbe9
Extend preview to support cohorted courseware
...
TNL-651
2015-01-15 10:33:44 -05:00
polesye
c7153be040
TNL-213: Let Students Add Personal Notes to Course Content.
...
Co-Authored-By: Jean-Michel Claus <jmc@edx.org >
Co-Authored-By: Brian Talbot <btalbot@edx.org >
Co-Authored-By: Tim Babych <tim@edx.org >
Co-Authored-By: Oleg Marshev <oleg@edx.org >
Co-Authored-By: Chris Rodriguez <crodriguez@edx.org >
2015-01-14 23:34:11 +02:00
Sarina Canelake
b8c16d5ed7
s/pylint: disable=E1120/pylint: disable=no-value-for-parameter/
2014-12-01 11:22:09 -05:00
Nimisha Asthagiri
3a772752de
LMS-11286 Paver Bokchoy support for Split; default store set to Split.
2014-09-11 10:48:09 -04:00
Muhammad Ammar
936bd4d5ad
Bok-Choy CMS Video Tests
2014-08-11 07:50:19 +00:00
polesye
7217dd460d
Disable css3 animations in bok-choy tests.
2014-07-31 21:58:07 +03:00