Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
75994ad0
Commit
75994ad0
authored
Jul 16, 2015
by
Tim Krones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing tests.
parent
6fcbba26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
problem_builder/tests/integration/test_instructor_tool.py
+3
-0
No files found.
problem_builder/tests/integration/test_instructor_tool.py
View file @
75994ad0
...
...
@@ -146,6 +146,7 @@ class InstructorToolTest(SeleniumXBlockTest):
start_button
.
click
()
self
.
wait_until_visible
(
result_block
)
time
.
sleep
(
1
)
# Allow some time for result block to fully fade in
self
.
assertFalse
(
first_page_button
.
is_enabled
())
self
.
assertFalse
(
prev_page_button
.
is_enabled
())
...
...
@@ -179,6 +180,7 @@ class InstructorToolTest(SeleniumXBlockTest):
start_button
.
click
()
self
.
wait_until_visible
(
result_block
)
time
.
sleep
(
1
)
# Allow some time for result block to fully fade in
for
contents
in
[
'Test section'
,
'Test subsection'
,
'Test unit'
,
...
...
@@ -218,6 +220,7 @@ class InstructorToolTest(SeleniumXBlockTest):
start_button
.
click
()
self
.
wait_until_visible
(
result_block
)
time
.
sleep
(
1
)
# Allow some time for result block to fully fade in
for
contents
in
[
'Test section'
,
'Test subsection'
,
'Test unit'
,
...
...
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