M. Zulqarnain
a664067323
refactor: pyupgrade in common/tests ( #26725 )
2021-03-09 18:03:34 +05:00
usamasadiq
96f0915b0f
Fixed new pylint warnings.
...
use generator in any/all()
disable not-callable warnings
disable no-member warnings
Suppressed smaller pylint warnings
Pin edx-proctoring==3.5.0
2021-02-22 16:36:53 +05:00
Aarif
874436b720
replaced unittest assertions pytest assertions ( #26539 )
2021-02-18 19:13:12 +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
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
Ayub khan
d5e9c130cd
INCR-419 python3 compatibility
2019-07-16 16:08:49 +05:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
Stuart Young
53fe34615e
Test fixes to prepare for firefox upgrade on jenkins
2018-03-12 15:40:25 -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
raeeschachar
ea3797c365
Moving upgraded e2e page objects to platform
2017-02-23 10:58:28 +00:00
muzaffaryousaf
92d502510e
Fixing flaky test_studio_help_links
...
TNL-4954
2016-10-08 16:43:03 +05:00
Muddasser
9aee093300
Addressed Comments
2016-09-22 07:15:54 +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
Muddasser
186b3badb5
course-settings.feature conversion to bokchoy
2016-07-19 08:18:36 +00: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
Muddasser
ce665e3b4c
Conversion of cms/component.feature into bokchoy tests
2016-06-22 11:20:48 +00:00
Jesse Zoldak
9ebfc49b93
Wait for the Advanced problem tab to be active. Remove the __test__ signifier.
2016-03-02 16:16:45 -05:00
Jesse Zoldak
2c8148c7bc
Convert tests for adding advanced problem components from lettuce to bok-choy
...
TE-1201
2016-03-02 11:08:59 -05:00
Peter Fogg
fec5129a49
Remove Tender and change Studio help links.
...
TNL-2695
2015-09-17 16:30:40 -04:00
Peter Fogg
0c3be8e121
Delete Team functionality and tests
...
TNL-3164 TNL-3163
2015-09-10 12:42:33 -04:00
Christine Lytwynec
e807cbd589
Merge pull request #9402 from edx/clytwynec/TNL-2153
...
Change component types and template links to buttons
2015-09-01 12:48:46 -04:00
Christine Lytwynec
3470e180fc
Change component types and template links to buttons
2015-09-01 10:31:35 -04:00
muhammad-ammar
6134e8b5ed
Move studio dialog code into common
2015-08-26 20:26:27 +05:00
Marko Jevtic
9e30bdb2c7
(SOL-835) Addressing flakiness of the reindex acceptance test
2015-06-08 14:27:11 +02:00
Davorin Sego
e09d47b122
Courseware Search integration
2015-01-28 21:34:58 -05:00
E. Kolpakov
195d5b57bc
pylint fixes
2015-01-12 09:58:51 -08:00
Braden MacDonald
3e0f08ebc2
Studio support for creating and editing libraries (PR 6046)
...
SOL-1, SOL-2, SOL-3
2015-01-12 13:37:50 +03:00
polesye
83fbdc2ac4
TNL-481: Add RequireJS Optimizer.
2014-10-20 17:33:21 +03:00
zubair-arbi
2ce1540a9d
update/cleanup code + move verify_ordering and drag method to studio utils
2014-08-26 18:19:24 +05:00
cahrens
367bdf18c8
Improve stability of test_studio_outline tests.
...
STUD-2084
2014-08-11 15:13:16 -04:00
Ben McMorran
91c1fa0207
Restore set_input_value
2014-08-07 12:27:34 -04:00
polesye
e8ae3d1b4a
Fix Group Configuration Page after rebase.
2014-08-07 12:27:23 -04:00
Ben McMorran
4ee8256c97
Add test fixes and fix expand collapse behavior
...
Stop propagation of clicks in XBlockStringFieldEditor
Fix collapsed subsections expanding when creating or deleting subsections
Prevent clicking in display name textbox from toggling expand collapse
Add test for published title when not live
2014-08-07 12:27:15 -04:00
Ben McMorran
f31475a2fd
Add bokchoy tests for outline page
2014-08-07 12:27:11 -04:00
Andy Armstrong
f061bbc08b
Backbone version of the course outline page
...
STUD-1726
2014-08-07 12:16:20 -04:00
cahrens
d6475f4558
New publishing controls on unit page (continued)
...
STUD-1707
2014-08-07 12:16:18 -04:00
polesye
27013e74f4
BLD-1049: Remove Group Configurations.
2014-08-01 20:45:23 +03:00
polesye
7217dd460d
Disable css3 animations in bok-choy tests.
2014-07-31 21:58:07 +03:00
Jay Zoldak
c21dbe4cd2
Improvements to clicking and synchronization in Studio bok-choy tests.
2014-07-24 08:55:34 -04:00
polesye
d38b51cb4a
BLD-1117: Add read-only list of Group Configurations.
2014-07-02 18:26:27 +03:00
Ben McMorran
400731c80f
Uses present in bokchoy test
2014-06-26 14:01:29 -04:00
Ben McMorran
ff0bab8e55
Increases wait_for_notification timeout to 60 seconds
2014-06-26 13:47:34 -04:00
Andy Armstrong
11c25e8c1a
Add Studio handling for changes to group configurations
...
STUD-1658
2014-06-20 11:41:22 -04:00
Andy Armstrong
6b3e100cc1
Allow editing of container xblocks/xmodules
...
STUD-1312
2014-05-29 14:02:45 -04:00
Andy Armstrong
541d20ef83
Allow creation of components on container page
...
This commit implements STUD-1490, allowing creation of components
on the container page. It also enables the delete and duplicate
buttons now that new content can be created that would benefit.
Note that it also creates shared functionality for adding components,
and refactors the unit page to use it too.
2014-05-21 15:40:31 -04:00