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
643d7d21
Commit
643d7d21
authored
Sep 27, 2017
by
Robert Raposa
Committed by
GitHub
Sep 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16103 from edx/HarryRein/bok-choy-removal-flaky
Remove Flaky StudentAdminTest test.
parents
8c3dd293
6ba34f46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py
+0
-9
No files found.
common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py
View file @
643d7d21
...
...
@@ -1374,15 +1374,6 @@ class StudentAdminTest(BaseInstructorDashboardTest):
self
.
username
,
_
=
self
.
log_in_as_instructor
()
self
.
instructor_dashboard_page
=
self
.
visit_instructor_dashboard
()
def
test_rescore_nonrescorable
(
self
):
student_admin_section
=
self
.
instructor_dashboard_page
.
select_student_admin
(
StudentSpecificAdmin
)
student_admin_section
.
set_student_email_or_username
(
self
.
username
)
# not a rescorable block
student_admin_section
.
set_problem_location
(
self
.
vertical
.
locator
)
getattr
(
student_admin_section
,
'rescore_button'
)
.
click
()
self
.
assertTrue
(
self
.
instructor_dashboard_page
.
is_rescore_unsupported_message_visible
())
def
test_rescore_rescorable
(
self
):
student_admin_section
=
self
.
instructor_dashboard_page
.
select_student_admin
(
StudentSpecificAdmin
)
student_admin_section
.
set_student_email_or_username
(
self
.
username
)
...
...
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