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
48b115bf
Commit
48b115bf
authored
Aug 17, 2017
by
Jesse Zoldak
Committed by
GitHub
Aug 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15840 from edx/zoldak/EDUCATOR-1178
Removed flaky test: test_proctored_exam_flow EDUCATOR-1178
parents
1a4d0d6b
b2faa181
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
common/test/acceptance/tests/lms/test_lms_courseware.py
+0
-26
No files found.
common/test/acceptance/tests/lms/test_lms_courseware.py
View file @
48b115bf
...
...
@@ -237,32 +237,6 @@ class ProctoredExamTest(UniqueCourseTest):
self
.
studio_course_outline
.
open_subsection_settings_dialog
()
self
.
assertTrue
(
self
.
studio_course_outline
.
proctoring_items_are_displayed
())
def
test_proctored_exam_flow
(
self
):
"""
Given that I am a staff member on the exam settings section
select advanced settings tab
When I Make the exam proctored.
And I login as a verified student.
And I verify the user's ID.
And visit the courseware as a verified student.
Then I can see an option to take the exam as a proctored exam.
"""
LogoutPage
(
self
.
browser
)
.
visit
()
auto_auth
(
self
.
browser
,
"STAFF_TESTER"
,
"staff101@example.com"
,
True
,
self
.
course_id
)
self
.
studio_course_outline
.
visit
()
self
.
studio_course_outline
.
open_subsection_settings_dialog
()
self
.
studio_course_outline
.
select_advanced_tab
()
self
.
studio_course_outline
.
make_exam_proctored
()
LogoutPage
(
self
.
browser
)
.
visit
()
self
.
_login_as_a_verified_user
()
self
.
_verify_user
()
self
.
courseware_page
.
visit
()
self
.
assertTrue
(
self
.
courseware_page
.
can_start_proctored_exam
)
def
_setup_and_take_timed_exam
(
self
,
hide_after_due
=
False
):
"""
Helper to perform the common action "set up a timed exam as staff,
...
...
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