Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
5c808205
Commit
5c808205
authored
Oct 11, 2016
by
Eric Fischer
Committed by
GitHub
Oct 11, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #933 from edx/efischer/fix_release
Fix broken/flaky sandbox tests
parents
8a43478c
c92203e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
test/acceptance/accessibility.py
+1
-1
test/acceptance/tests.py
+2
-2
No files found.
test/acceptance/accessibility.py
View file @
5c808205
...
...
@@ -160,7 +160,7 @@ class StaffAreaA11yTest(OpenAssessmentA11yTest):
# Refresh the page, then verify accessibility of the Staff Grade section (marked Complete).
self
.
browser
.
refresh
()
self
.
_verify_staff_grade_section
(
self
.
STAFF_GRADE_EXISTS
,
None
)
self
.
_verify_staff_grade_section
(
self
.
STAFF_GRADE_EXISTS
)
self
.
_check_a11y
(
self
.
staff_asmnt_page
)
...
...
test/acceptance/tests.py
View file @
5c808205
...
...
@@ -427,7 +427,7 @@ class StaffOverrideTest(OpenAssessmentTest):
self
.
assertFalse
(
self
.
staff_asmnt_page
.
is_browser_on_page
())
# Submit a staff override.
self
.
do_staff_override
(
username
,
self
.
STAFF_OVERRIDE_STAFF_AREA_NOT_COMPLETE
)
self
.
do_staff_override
(
username
)
# Refresh the page so the learner sees the Staff Grade section.
self
.
refresh_page
()
...
...
@@ -1045,7 +1045,7 @@ class FullWorkflowOverrideTest(OpenAssessmentTest, FullWorkflowMixin):
self
.
staff_area_page
.
verify_learner_final_score
(
self
.
STAFF_OVERRIDE_STAFF_AREA_NOT_COMPLETE
)
# Do staff override
self
.
do_staff_override
(
learner
,
self
.
STAFF_OVERRIDE_STAFF_AREA_NOT_COMPLETE
)
self
.
do_staff_override
(
learner
)
# Refresh the page so the learner sees the Staff Grade section.
self
.
refresh_page
()
...
...
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