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
5919456f
Commit
5919456f
authored
Aug 07, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some course-team bugs and other css stuff
parent
5941f5b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
cms/djangoapps/contentstore/features/course-overview.py
+1
-1
cms/djangoapps/contentstore/features/course-team.py
+2
-0
No files found.
cms/djangoapps/contentstore/features/course-overview.py
View file @
5919456f
...
@@ -52,7 +52,7 @@ def have_a_course_with_two_sections(step):
...
@@ -52,7 +52,7 @@ def have_a_course_with_two_sections(step):
def
navigate_to_the_course_overview_page
(
step
):
def
navigate_to_the_course_overview_page
(
step
):
create_studio_user
(
is_staff
=
True
)
create_studio_user
(
is_staff
=
True
)
log_into_studio
()
log_into_studio
()
course_locator
=
'
.class-name
'
course_locator
=
'
a.course-link
'
world
.
css_click
(
course_locator
)
world
.
css_click
(
course_locator
)
...
...
cms/djangoapps/contentstore/features/course-team.py
View file @
5919456f
...
@@ -55,6 +55,8 @@ def delete_other_user(_step, name):
...
@@ -55,6 +55,8 @@ def delete_other_user(_step, name):
email
=
"{0}{1}"
.
format
(
name
,
EMAIL_EXTENSION
))
email
=
"{0}{1}"
.
format
(
name
,
EMAIL_EXTENSION
))
world
.
css_click
(
to_delete_css
)
world
.
css_click
(
to_delete_css
)
# confirm prompt
# confirm prompt
# need to wait for the animation to be done, there isn't a good success condition that won't work both on latest chrome and jenkins
world
.
wait
(
.
5
)
world
.
css_click
(
".wrapper-prompt-warning .action-primary"
)
world
.
css_click
(
".wrapper-prompt-warning .action-primary"
)
...
...
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