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
50f190c5
Commit
50f190c5
authored
Sep 16, 2013
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1004 from edx/zoldak/skip-cert-tests
Skip verified cert acceptance tests that upload to s3
parents
54f103dd
6531918a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lms/djangoapps/courseware/features/certificates.feature
+10
-0
No files found.
lms/djangoapps/courseware/features/certificates.feature
View file @
50f190c5
...
...
@@ -8,6 +8,9 @@ Feature: Verified certificates
When
I select the audit track
Then
I should see the course on my dashboard
# There is currently no way to avoid trying to upload
# the photos to S3 for processing
@skip
Scenario
:
I
can submit photos to verify my identity
Given
I am logged in
When
I select the verified track
...
...
@@ -23,11 +26,18 @@ Feature: Verified certificates
And
I go to step
"4"
Then
I am at the payment page
# There is currently no way to avoid trying to upload
# the photos to S3 for processing
@skip
Scenario
:
I
can pay for a verified certificate
Given
I have submitted photos to verify my identity
When
I submit valid payment information
Then
I see that my payment was successful
# There is currently no way to avoid trying to upload
# the photos to S3 for processing
@skip
Scenario
:
Verified courses display correctly on dashboard
Given
I have submitted photos to verify my identity
When
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