M. Zulqarnain
a664067323
refactor: pyupgrade in common/tests ( #26725 )
2021-03-09 18:03:34 +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
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
Jeremy Bowman
b2046f6674
Switch make upgrade to Python 3.5 ( #22609 )
...
* Switch make upgrade to Python 3.5
* bok-choy fixes, constrain django-debug-toolbar
* Remove flaky bok-choy test
2019-12-26 15:13:02 -05:00
Awais Qureshi
2760d401c7
BOM-995
...
Fixing acceptance test.
2019-10-26 15:05:33 +05:00
Awais Qureshi
91e5ab93de
Merge pull request #22073 from edx/awais786/accept_tests
...
Fixing python3 ordering issue in acceptance tests.
2019-10-21 17:15:53 +05:00
aarif
4e0684a363
updated the social link creation to send back social links sorted
...
reverted unnecessary changes
added pylint supression for quality error fix
2019-10-21 16:10:00 +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
Josue Balandrano Coronel
df14f5cdf6
[BB-1132] Decrease NAME_MIN_LENGTH to 1
2019-06-06 22:52:00 +02:00
Stuart Young
95b521c9c5
remove flaky test
2019-05-09 10:07:55 -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
Alex Dusenbery
59b7cc5ba3
Remove flaky test_education_completed_field bokchoy test.
2019-05-01 13:47:48 -04:00
Michael Youngstrom
a87273ec01
Upgrade axe-core and ignore newly introduced failures
2019-04-17 12:18:32 -04:00
Stuart Young
648f15a514
remove flaky account settings page test
2019-03-08 17:38:27 -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
Michael Youngstrom
b343b2dcb2
Remove acceptance.tests.lms.test_account_settings.AccountSettingsPageTest.test_preferred_language_field
2018-08-24 14:32:27 -04: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
Diana Huang
65f0f6809d
Add a configuration option for deleting student accounts.
2018-05-31 14:29:00 -04:00
Diana Huang
a06072c8d9
Bok Choy tests for account deletion workflow.
2018-05-07 15:37:24 -04:00
uzairr
8ffac2061d
Verify 'Full Name' field does not allow HTML in Signup form
...
'Full Name' field in the signup form is allowing HTML as an input
which makes spoofing easily.To avoid it, validation is added
that will ensure 'Full Name' field does not allow HTML.
LEARNER-3385
2017-12-08 19:18:18 +05:00
zubair-arbi
2ac544caeb
Update account settings page for enterprise learners
...
ENT-762
2017-12-08 15:40:18 +05:00
uzairr
333e3315cb
Verify 'Full Name' field does not allow HTML.
...
'Full Name' field in the student account settings is allowing HTML
as an input which makes spoofing easily.To avoid it, validation is
added that ensures 'Full Name' field does not allow HTML as input.
LEARNER-3337
2017-12-05 13:33:30 +00:00
Harry Rein
9f88427f9b
Add social links to learner profile.
...
LEARNER-1859
Added fields to add social links to the user account settings file.
Added icons to the user profile when these links are set, only shown
when users show their entire profile. Added jasmine tests for account
settings and learner profile pages. Added python unit tests to test
validation on the user account.
2017-08-29 13:53:08 -04:00
ayub-khan
e737728cde
Updated Country Label and help text
...
Country Label was causing confusions for learners if it was country of origin or in which they
are living so changed it to a more appropriate message.
LEARNER-174
Also updated some other error messages to some more appropriate error messages.
2017-08-22 23:20:35 +05: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
Ivan Ivic
b682c43d48
Update Order History page to reflect bundled purchase
...
LEARNER-381
2017-04-20 12:24:34 +00:00
Jeff LaJoie
bf955988f3
TNL-6011: removes onchange line only using the onfocusout event to save
2017-03-21 12:07:37 -04:00
Gregory Martin
909f35bbb6
add blankTitle option
2016-12-20 18:43:57 -05:00
Andy Armstrong
5b0c60e9fc
Introduce a new AcceptanceTest base class
2016-11-01 13:24:15 -04:00
muzaffaryousaf
a62b84b864
Removing flaky since test failure is not reproduceable.
...
TNL-5691
2016-10-25 12:09:42 +05: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
J. Cliff Dyer
25bd32bc1c
Annotate flaky decorators with ticket numbers.
2016-09-30 14:43:38 -04:00
J. Cliff Dyer
988bfa046b
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 14:15:11 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -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
Kevin Kim
2fddd2bd71
Initial check of removing feature flag ( #13058 )
2016-07-22 09:28:19 -04:00
Chris Rodriguez
4cf0e19af2
AC-520 fixing section ignores
2016-07-06 15:01:44 -04:00
Kevin Kim
059985b9ec
Added time zone field to user account settings, currently hidden behind a feature flag.
2016-06-28 14:33:56 +00:00
Chris Rodriguez
257903fe15
AC-414 adding headings as first child to sections
2016-06-10 12:30:03 -04:00
Waheed Ahmed
b2f21ef4f3
Complete Order History tab for students on account settings page.
...
ECOM-2361
2016-06-08 21:45:07 +05:00
Chris Rodriguez
6be4f84aff
Using latest version from NPM and ignoring section tests for now
2016-06-06 13:10:51 -04:00
Waheed Ahmed
dc4e4f7d6a
Account settings navigation.
...
ECOM-2981
2016-05-24 15:44:39 +05:00
Ben Patterson
1d57b498be
fix flaky condition in education dropdown.
2016-04-15 18:49:44 -04:00