M. Zulqarnain
a664067323
refactor: pyupgrade in common/tests ( #26725 )
2021-03-09 18:03:34 +05:00
Jawayria
9e677960bf
Applied pylint-amnesty to common/{lib, test, __init__.py}
2021-02-02 15:42:02 +05:00
zia.fazal@arbisoft.com
3d65110383
Removed boy choy acceptance tests
...
Removed commented code
Fixed broken tests and quality violations
instructor dashboard test fixes
Fixed pep8 quality violation
Removed few remaining non a11y tests
Fixed quality violations
removed edxapp_acceptance setup file
2020-07-13 19:25:57 +05:00
Feanil Patel
8114fa09f8
Update shard assignments for bokchoy. ( #23300 )
2020-03-04 15:06:54 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
DawoudSheraz
103a825d51
added DnD submission deadline acceptance tests
2019-08-16 09:50:56 +05:00
Ayub khan
9fb5c146e8
-python 3 compatibility
2019-07-08 20:02:10 +05:00
Jeremy Bowman
50a2641e1c
Remove flaky problem reset tests ( #20870 )
2019-06-24 13:20:50 -04:00
msingh
403a04b9fa
Removing flacky test from test_lms_problems.py
2019-06-20 09:25:40 -04:00
Jon Kiparsky
a85f456e21
INCR-222: Run python-modernize on common/test/acceptance/tests/lms ( #20420 )
...
* Run python-modernize on common/test/acceptance/tests/lms
* Fix code quality issues
* tweak mport order
2019-05-08 10:16:56 -04:00
Michael Youngstrom
bfe10720c6
Remove lettuce infrastructure
2019-04-18 09:58:21 -04:00
Cali Stenson
362403bf7a
Delete flaky bokchoy tests.
...
EDUCATOR-4164, EDUCATOR-4165, EDUCATOR-4166
2019-03-06 14:20:18 -05:00
Stuart Young
a79e064192
remove flaky bokchoy test
2019-03-05 13:47:17 -05:00
Feanil Patel
49784dc36c
Remove a flaky bokchoy test.
...
This test failed and then passed for edx-platform commit: 9b358aaffc
Failed Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-master/351/
Passing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-master/352/
2019-03-01 11:29:22 -05:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
Michael Youngstrom
0f3d0b69d6
Rebalance bokchoy sharding
2019-01-30 14:16:58 -05:00
DawoudSheraz
bd262e000b
Update Mathjax version to include a11y
2019-01-17 13:20:07 +05:00
Alex Dusenbery
353fe07c27
Remove flaky test_logout_cancel_no_redirect bokchoy test
2018-12-10 16:43:15 -05:00
Jeremy Bowman
7e410b0656
TE-2524 Remove remaining nose.plugins usage
2018-08-07 09:36:35 -04:00
muhammad-ammar
690542c998
fix capa hint focus
...
EDUCATOR-1555
2017-11-08 00:18:50 +05:00
Harry Rein
63eeca73ce
Removing waffle flag for responsive header.
2017-11-01 21:36:32 -04:00
Clinton Blackburn
6ff614800c
Updated auto_auth endpoint to always return JSON
...
Defaulting to a plaintext response makes no sense for an endpoint that is intended to be used by machines for testing. The endpoint now returns JSON only unless a redirect action is triggered.
2017-05-31 23:18:05 -04:00
Clinton Blackburn
74f9858b77
Optimized all imports in common.test.acceptance
...
- Removed unused imports
- Ran isort to properly order/style imports
2017-05-28 00:59:22 -04:00
Ben Patterson
bf28861eec
Create shards 10 and 11 for bok-choy.
2017-01-03 12:00:40 -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
866399ba05
Changes for ui correctness state when saving a problem
...
TNL-1955
2016-11-16 12:30:04 -05: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
cahrens
485a88fabc
Prefix status with Question number.
...
TNL-5735
2016-10-18 12:58:16 -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
muhammad-ammar
19cc68c8c3
make numerical and math expression input accessible
...
TNL-4973
2016-09-02 19:44:24 +05:00
Ehtesham
31be6fad43
make CAPA dropdown problems accessible
2016-09-02 19:44:24 +05:00
muhammad-ammar
e1a595d88a
make textinput accessible
...
TNL-4972
2016-09-02 19:44:23 +05:00
muhammad-ammar
7240b6256c
Associate descriptions with question text
...
TNL-5014
2016-09-02 19:44:22 +05:00
Ehtesham
3556f2a3ea
make CAPA problems (MultipleChoice and Checkboxes) accessible
2016-09-02 19:44:22 +05:00
Shauna Gordon-McKeon
12a619318e
Switch relative to absolute urls in imports (tests/lms part 2)
2016-07-28 16:35:40 -04:00
Muddasser
6da296e454
Extract hint from html instead of text
2016-03-22 16:28:43 +05:00
Christine Lytwynec
a9b308e5e1
Convert some problem type tests to bok choy and add a11y test
2015-12-08 14:39:23 -05:00
Kevin Falcone
80614a2798
Merge branch 'release' into hotfix-2015-11-20-conflict
2015-11-20 13:13:05 -05:00
Adam Palay
5b5cf7d3b0
Fix login redirect when user is logged out while answering a question (TNL-3789)
2015-11-19 10:28:58 -05:00
Adnan Ghaffar
7dac728ee9
adding fixed tests for chrome
2015-11-16 14:47:12 +05:00
cahrens
f7e2830a2a
Move waits into the page objects.
2015-10-22 10:56:45 -04:00
cahrens
fbaa4e5e63
Wait for MathJax to render.
2015-10-20 11:54:10 -04:00
Colin-Fredericks
350387c0a9
TNL-3197 Partial Credit (not Dropdown)
...
Updated templates
Updating responsetype tests.
Updating other tests for PC
Putting OptionInput back the way it was.
Acceptance tests for partial credit
Testing tools
pep8
scss name fix
Missing }
icon fix
icon fix
2015-09-22 13:20:39 -04:00
Sarina Canelake
0dbcd397e9
Merge pull request #9571 from mirjamsk/mirjamsk/TNL-3183
...
Addresses TNL-3183
2015-09-04 13:01:07 -04:00
Adam
3792d67fd1
Merge pull request #9567 from edx/merge-release-into-master
...
Merge release into master
2015-09-02 09:21:45 -04:00
mirjamsk
fb65874930
Addresses TNL-3183
2015-09-02 08:00:42 +00:00
Adam Palay
76fc180cd9
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
common/lib/xmodule/xmodule/css/capa/display.scss
2015-09-01 16:01:04 -04:00
Jesse Zoldak
7f0b9bceff
Decorate flaky test TNL-3183
2015-09-01 15:34:31 -04:00
Syed Hassan Raza
f82662356f
Revert "OSPR-535 Partial Credit"
...
This reverts commit 7624c63362 .
2015-09-01 14:04:42 -04:00