Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6f404fe2
Commit
6f404fe2
authored
May 05, 2014
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test cleanup.
parent
de80f892
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
common/test/acceptance/pages/studio/container.py
+0
-1
common/test/acceptance/tests/test_studio_container.py
+1
-0
No files found.
common/test/acceptance/pages/studio/container.py
View file @
6f404fe2
...
...
@@ -62,7 +62,6 @@ class ContainerPage(PageObject):
target
,
0
,
target
.
size
[
'height'
]
/
2
if
after
else
0
)
.
perform
()
# pylint: disable=protected-access
action
.
release
()
.
perform
()
# TODO: should wait for "Saving" to go away so we know the operation is complete?
class
XBlockWrapper
(
PageObject
):
...
...
common/test/acceptance/tests/test_studio_container.py
View file @
6f404fe2
...
...
@@ -99,6 +99,7 @@ class DragAndDropTest(ContainerBase):
"Number of children incorrect for group {0}. Expected {1} but got {2}."
.
format
(
parent
,
expected_length
,
len
(
children
)))
for
idx
,
expected
in
enumerate
(
expected_ordering
.
get
(
parent
)):
self
.
assertEqual
(
expected
,
children
[
idx
]
.
name
)
break
def
drag_and_verify
(
self
,
source
,
target
,
expected_ordering
,
after
=
True
):
container
=
self
.
go_to_container_page
(
make_draft
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment