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
Jeremy Bowman
a36332858d
Remove bok-choy shoppingcart tests DEPR-43 ( #24182 )
...
Removed the FakePaymentPage page object which used shoppingcart app functionality, as well as everything that depended on it. I checked the e2e test repo also, and it doesn't seem to need any of the removed code.
2020-06-10 14:13:40 -04: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
Michael Youngstrom
872cddedbf
INCR
2019-04-29 09:37:44 -04:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
Agha Awais
371c1df4f3
Course registration bokchoy test
2018-12-26 20:51:15 +00:00
Harry Rein
63eeca73ce
Removing waffle flag for responsive header.
2017-11-01 21:36:32 -04:00
Harry Rein
3d79e3e05d
Adding unified, responsive header.
2017-10-20 16:24:31 -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
Adeel Khan
e966188ba6
Improve ECOM connection on student dashboard via on demand ajax calls.
...
Fix course unenroll dialog's incorrect message rendering. LEARNER-2033
2017-08-17 18:18:04 +05:00
Harry Rein
7ea3b013ad
Style LMS header, footer and nav for Bootstrap.
2017-07-04 17:24:12 -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
Ned Batchelder
4a568476fd
Remove a number of unneeded super()-delegation methods
2017-04-27 14:12:56 -04:00
Mark Sadecki
33949571b7
adds a test so this doesn't regress again
2016-12-12 08:32:43 -05:00
Chris Rodriguez
a4a7948b1d
AC-523 - duplicate-id - instructor_dashboard.py
2016-07-19 10:59:26 -04:00
Jhony Avella
b1ee84b1d5
Relative to absolute imports for all files in common/test/acceptance/pages
...
Added author
Fixing pylint line-too-long error
Added missing trailing comma
2016-07-18 10:22:33 -05:00
Chris Rodriguez
4cf0e19af2
AC-520 fixing section ignores
2016-07-06 15:01:44 -04:00
asadiqbal
99b883b7be
WL-243 LMS Language Selection
2016-01-28 20:07:26 +05:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Peter Fogg
c8ed59ac61
Redirect to dashboard from non-live courses.
...
TNL-2693
2015-07-24 13:05:47 -04:00
Max Rothman
c97314413b
Merge branch 'release' into release-merge-test
...
Conflicts:
lms/djangoapps/commerce/urls.py
lms/djangoapps/commerce/views.py
2015-07-17 17:42:03 -04:00
frances botsford
2e7da1985a
Merge pull request #8321 from edx/frances/lms/user-menu-cleanup
...
LMS User menu cleanup
2015-07-14 09:23:36 -04:00
Andy Armstrong
b604d647f8
Fix indentation
2015-07-13 17:58:16 -04:00
Sarina Canelake
ba8fd1c21d
Eliminate instances of unused-import Pylint violation
2015-07-13 17:33:25 -04:00
AlasdairSwan
51deec380e
ECOM-1661 removed nav links for logged out states
...
Add context for navigation states
added find course to dashboard sidebar and included check for context that Will adds in PR
removed nav_course_search context due to design change so replaced with nav_hidden
Removed rwd_header.js and all references as no longer being used.
Wrapped Find Courses in dashboard sidebar in if statement
2015-07-13 15:33:00 -04:00
Frances Botsford
c35ebb7658
pr feedback
2015-07-10 14:13:45 -04:00
Frances Botsford
32df8db753
user menu cleanup
2015-07-10 14:13:45 -04:00
AlasdairSwan
b30839fe88
ECOM-1673 removed class and icon to always show full upsell content.
...
removed JavaScript function specific to the upsell toggle
removed bok choy test
Removed all referenced to toggleExpandMessage()
2015-06-19 08:29:51 -04:00
muzaffaryousaf
3110cf6bb6
Remove account settings display and editing from dashboard sidebar.
...
TNL-1516
2015-04-17 17:23:15 -04:00
muzaffaryousaf
4f97cd7a04
Learner profile page.
...
TNL-1502
2015-04-17 17:23:14 -04:00
Usman Khalid
229a37b983
Bokchoy tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Matt Drayer
ffe30da7a5
Add course-specific URL overrides for social sharing icons on student dashboard
...
- sharing enabled for custom URLs only if URL actually specified
2015-04-13 13:14:43 -04:00
Marco Morales
bd5b0b31a0
Matt - javascript and test changes, Marco - styling feedback from initial reviews
2015-03-31 08:47:17 -04:00
Marco Morales
dfcb3f2b6e
Dashboard styling cleanup/changes, including:
...
- reversing the positions of the sidebar and course listing
- html for new social icons (not currently wired up)
- new actions dropdown for unenrollment and email settings
- partial reorganization of dashboard.scss styles
- text fix for unenrollment
- added missing endif, p/hgroup closures
- reverted la.course-item
- removed extra operator
- fixed broken bok choy test
2015-03-25 10:51:45 -04:00
Mark Sadecki
1cf7ccc334
dropped element selector in CSS and test file
2015-03-19 15:31:30 -04:00
cahrens
167bd05ac8
Add bok choy coverage for correctly displayed name and email address.
2015-03-03 17:16:47 -05:00
Renzo Lucioni
80589eab36
Remove old payment and verification flow
...
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
2015-01-29 10:56:25 -05:00
Renzo Lucioni
c6777a5b25
Bok Choy tests for the split payment and verification flow
...
Adds mode creation endpoint to course_modes app and ability to bypass media device access prompt when proceeding through verification flow in a testing environment.
2015-01-15 17:25:25 -05:00
Zia Fazal
ca3d84a5d4
New pre-requisite course feature via milestones app
2015-01-15 15:17:38 -05:00
Andy Armstrong
0ed3a95d3a
Merge branch 'release'
...
Conflicts:
AUTHORS
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
common/test/acceptance/pages/lms/dashboard.py
2014-09-25 16:25:45 -04:00
Jesse Zoldak
6d5e65c0bd
Add explanation and small optimizations to languagetest
2014-09-24 12:36:52 -04:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04:00
David Baumgold
9f6454411e
Update tests for changed text
2014-09-23 12:02:31 -04:00
Christine Lytwynec
36f4e55e2b
added check for modal to disappear in _change_lang_promise
2014-05-19 12:45:45 -04:00
Jay Zoldak
7d0297f0df
Wait for ajax post after changing language
2014-04-22 14:28:10 -04:00
Jay Zoldak
806a6b9f99
Update edx-platform page objects and tests to be compatible with new bok-choy version
...
Change expectedFailure decorators to skip, because that still takes
a screenshot as if it were an error and at least one of those
take a super long time when running locally on devstack.
2014-03-21 17:10:15 -04:00
Julia Hansbrough
05537540d1
Fix acceptance tests
...
Fixed bok-choy acceptance tests
2014-02-14 22:35:14 +00:00
Julia Hansbrough
d867e87b72
Acceptance test for language selector
...
Tests language selection feature for student dashboard
2014-02-14 10:32:11 -05:00
Julia Hansbrough
cb6b52f890
wiring for language selector
2014-02-14 10:32:10 -05:00