M. Zulqarnain
a664067323
refactor: pyupgrade in common/tests ( #26725 )
2021-03-09 18:03:34 +05:00
Aarif
874436b720
replaced unittest assertions pytest assertions ( #26539 )
2021-02-18 19:13:12 +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
3e66813e42
Remove tests for the learner profile page we no longer use in production.
2020-02-27 18:26:24 -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
jinder1s
934543e7a5
Removing flaky test
2019-11-20 10:41:56 -05:00
Awais Qureshi
a22bcd5805
BOM-935
...
Fixing python3 ordering issue in acceptance tests.
2019-10-20 01:19:09 +05:00
Ayub khan
9fb5c146e8
-python 3 compatibility
2019-07-08 20:02:10 +05: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
a87273ec01
Upgrade axe-core and ignore newly introduced failures
2019-04-17 12:18:32 -04:00
Christie Rice
349bc33ac0
Remove flaky test test_birth_year_not_set
2019-04-01 09:32:37 -04:00
Nimisha Asthagiri
d62114dede
Remove Profile Tab on Dashboard pages
2019-02-13 00:00:34 -05:00
Michael Youngstrom
0f3d0b69d6
Rebalance bokchoy sharding
2019-01-30 14:16:58 -05:00
Farhanah Sheets
7c74ecbb23
Fix pep8/pylint violations
2018-12-19 10:26:05 -05:00
Farhanah Sheets
b1a7235511
Update ignore rules for aria-current
2018-12-19 10:26:05 -05:00
Jeremy Bowman
3ff3eee2f2
TE-2689 Remove useless pylint suppressions part 4
2018-08-20 12:54:22 -04:00
Jeremy Bowman
7e410b0656
TE-2524 Remove remaining nose.plugins usage
2018-08-07 09:36:35 -04:00
Stuart Young
6544b659ce
Changes needed to bump to ff59
2018-03-26 09:58:28 -04:00
Michael Youngstrom
92d019e419
Remove test_about_me_field
2018-03-23 16:11:39 -04:00
Michael Youngstrom
94a556200d
Remove test_country_field
2018-03-22 16:13:55 -04:00
Stuart Young
973d277417
remove test_language_field
2018-03-22 15:06:05 -05:00
Andy Armstrong
ae1c760ea4
Use Bootstrap theme colors and fonts in old stylesheets
...
LEARNER-2977
Fixes
2017-10-29 22:22:08 -04:00
Diana Huang
1cfefe2457
Modify the header to show the learner profile.
...
Remove the profile from the user dropdown.
LEARNER-2318
2017-09-25 17:06:08 -04:00
Harry Rein
e8bae62f04
UX improvements on learner profile.
...
LEARNER-1857
This story constitutes a large change to the UX of the learner profile.
Some specific changes include adding a flexible learner profile card, limiting the bio entry to only 300 characters and assuring that the page is responsive.
2017-08-09 13:57:42 -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
Jeff LaJoie
bf955988f3
TNL-6011: removes onchange line only using the onfocusout event to save
2017-03-21 12:07:37 -04:00
Andy Armstrong
5b0c60e9fc
Introduce a new AcceptanceTest base class
2016-11-01 13:24:15 -04:00
cahrens
827f91a9f9
Remove unnecessary ignores in a11y tests.
...
Also update JIRA tickets.
2016-10-25 13:38:55 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
8b1978ba6c
Fix unused-import errors
2016-08-03 12:44:41 -04:00
Shauna Gordon-McKeon
89ed6f1c2b
Switch relative to absolute urls in imports (tests/lms part 1)
2016-07-28 16:35:40 -04:00
Chris
53c98f10cc
Merge pull request #12750 from edx/clrux/ac-486
...
AC-486 updating tabbed_view to use proper accessibility rules
2016-07-12 12:50:20 -04:00
Chris Rodriguez
298f168e23
AC-486 updating tabbed_view to be accessible
2016-07-12 11:01:11 -04:00
Chris Rodriguez
4cf0e19af2
AC-520 fixing section ignores
2016-07-06 15:01:44 -04:00
Chris Rodriguez
257903fe15
AC-414 adding headings as first child to sections
2016-06-10 12:30:03 -04:00
Eric Fischer
2241ca59b0
remove flaky decorator ( #12655 )
2016-06-08 13:22:33 -04:00
raeeschachar
5110480dce
Fixed test fields on my public profile
2016-06-07 08:52:30 -04:00
Chris Rodriguez
6be4f84aff
Using latest version from NPM and ignoring section tests for now
2016-06-06 13:10:51 -04:00
Calen Pennington
90286cd944
Merge pull request #12581 from edx/zoldak/TNL-4683
...
Mark test as flaky TNL-4683
2016-06-03 09:16:34 -04:00
Jesse Zoldak
06351ebd14
Mark test as flaky TNL-4683
2016-05-27 15:44:01 -04:00
Tasawer
caa5a0ac02
ECOM-4334 Update learner dashboard
2016-05-23 21:41:06 +05:00
Jacek Bzdak
09f5277f3b
Some tests for badges js
2016-04-01 21:06:07 +00:00
Jonathan Piacenti
17ec12c650
Address platform final review notes.
2016-04-01 21:06:07 +00:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
Chris Rodriguez
652e4ce0c1
LMS: darkening a gray on the profile page
2016-02-04 09:09:45 -05:00
Ben Patterson
bed5d3e8df
Remove unnecessary files, use generic file for unrelated test.
2015-11-28 10:06:10 -05:00
Christine Lytwynec
a40f286ecf
Updating a11y tests
2015-11-05 16:09:06 -05:00
Ben Patterson
8f05878e2e
Refactor for multiprocessing.
2015-11-04 10:34:36 -05:00