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
83dd33a0
Commit
83dd33a0
authored
7 years ago
by
Robert Raposa
Committed by
Diana Huang
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix preview change from 'Student' to 'Learner'.
parent
9e734442
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/test/acceptance/tests/studio/test_import_export.py
+2
-2
No files found.
common/test/acceptance/tests/studio/test_import_export.py
View file @
83dd33a0
...
@@ -309,12 +309,12 @@ class TestEntranceExamCourseImport(ImportTestMixin, StudioCourseTest):
...
@@ -309,12 +309,12 @@ class TestEntranceExamCourseImport(ImportTestMixin, StudioCourseTest):
course_home
=
CourseHomePage
(
self
.
browser
,
self
.
course_id
)
course_home
=
CourseHomePage
(
self
.
browser
,
self
.
course_id
)
course_home
.
visit
()
course_home
.
visit
()
self
.
assertEqual
(
course_home
.
outline
.
num_sections
,
2
)
self
.
assertEqual
(
course_home
.
outline
.
num_sections
,
2
)
course_home
.
preview
.
set_staff_view_mode
(
'
Student
'
)
course_home
.
preview
.
set_staff_view_mode
(
'
Learner
'
)
self
.
assertEqual
(
course_home
.
outline
.
num_sections
,
1
)
self
.
assertEqual
(
course_home
.
outline
.
num_sections
,
1
)
courseware
=
CoursewarePage
(
self
.
browser
,
self
.
course_id
)
courseware
=
CoursewarePage
(
self
.
browser
,
self
.
course_id
)
courseware
.
visit
()
courseware
.
visit
()
StaffCoursewarePage
(
self
.
browser
,
self
.
course_id
)
.
set_staff_view_mode
(
'
Student
'
)
StaffCoursewarePage
(
self
.
browser
,
self
.
course_id
)
.
set_staff_view_mode
(
'
Learner
'
)
self
.
assertIn
(
self
.
assertIn
(
"To access course materials, you must score"
,
courseware
.
entrance_exam_message_selector
.
text
[
0
]
"To access course materials, you must score"
,
courseware
.
entrance_exam_message_selector
.
text
[
0
]
)
)
...
...
This diff is collapsed.
Click to expand it.
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