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
e0110bf1
Commit
e0110bf1
authored
Sep 03, 2013
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change css for payment page for better synchronization.
parent
d1ec21ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
lms/djangoapps/courseware/features/certificates.py
+1
-3
No files found.
lms/djangoapps/courseware/features/certificates.py
View file @
e0110bf1
...
...
@@ -4,7 +4,6 @@
from
lettuce
import
world
,
step
from
lettuce.django
import
django_url
from
course_modes.models
import
CourseMode
from
selenium.common.exceptions
import
WebDriverException
from
nose.tools
import
assert_equal
def
create_cert_course
():
...
...
@@ -161,8 +160,7 @@ def confirm_details_match(step):
@step
(
u'I am at the payment page'
)
def
at_the_payment_page
(
step
):
world
.
css_find
(
'input'
)
assert_equal
(
world
.
browser
.
title
,
u'Payment Form'
)
assert
world
.
css_find
(
'input[name=transactionSignature]'
)
@step
(
u'I submit valid payment information$'
)
...
...
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