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
cfe4e46a
Commit
cfe4e46a
authored
Sep 12, 2013
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unimplemented steps from certificates acceptance test code
parent
2677598a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
lms/djangoapps/courseware/features/certificates.py
+0
-23
No files found.
lms/djangoapps/courseware/features/certificates.py
View file @
cfe4e46a
...
...
@@ -218,26 +218,3 @@ def leave_the_flow_and_return(step):
@step
(
u'I am at the verified page$'
)
def
see_the_payment_page
(
step
):
assert
world
.
css_find
(
'button#pay_button'
)
@step
(
u'I press the payment button'
)
def
press_payment_button
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I have submitted face and ID photos'
)
def
submitted_face_and_id_photos
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I edit my name'
)
def
edit_my_name
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I see the new name on the confirmation page.'
)
def
sesee_the_new_name_on_the_confirmation_page
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I have submitted photos'
)
def
submitted_photos
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I am registered for the course'
)
def
seam_registered_for_the_course
(
step
):
assert
False
,
'This step must be implemented'
@step
(
u'I return to the student dashboard'
)
def
return_to_the_student_dashboard
(
step
):
assert
False
,
'This step must be implemented'
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