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
75658257
Commit
75658257
authored
Mar 13, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable flaky lettuce test TNL-1679
parent
4e454cca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
cms/djangoapps/contentstore/features/textbooks.feature
+13
-15
No files found.
cms/djangoapps/contentstore/features/textbooks.feature
View file @
75658257
...
@@ -6,21 +6,19 @@ Feature: CMS.Textbooks
...
@@ -6,21 +6,19 @@ Feature: CMS.Textbooks
When
I go to the textbooks page
When
I go to the textbooks page
Then
I should see a message telling me to create a new textbook
Then
I should see a message telling me to create a new textbook
# IE and Safari on sauce labs will not upload the textbook correctly resulting in an error
# Flaky test, disabled 03/13/2015. TNL-1679.
@skip_internetexplorer
# Scenario: Create a textbook
@skip_safari
# Given I have opened a new course in Studio
Scenario
:
Create a textbook
# And I go to the textbooks page
Given
I have opened a new course in Studio
# When I click on the New Textbook button
And
I go to the textbooks page
# And I name my textbook "Economics"
When
I click on the New Textbook button
# And I name the first chapter "Chapter 1"
And
I name my textbook
"Economics"
# And I click the Upload Asset link for the first chapter
And
I name the first chapter
"Chapter 1"
# And I upload the textbook "textbook.pdf"
And
I click the Upload Asset link for the first chapter
# And I save the textbook
And
I upload the textbook
"textbook.pdf"
# Then I should see a textbook named "Economics" with a chapter path containing "/static/textbook.pdf"
And
I save the textbook
# And I reload the page
Then
I should see a textbook named
"Economics"
with a chapter path containing
"/static/textbook.pdf"
# Then I should see a textbook named "Economics" with a chapter path containing "/static/textbook.pdf"
And
I reload the page
Then
I should see a textbook named
"Economics"
with a chapter path containing
"/static/textbook.pdf"
Scenario
:
Create a textbook with multiple chapters
Scenario
:
Create a textbook with multiple chapters
Given
I have opened a new course in Studio
Given
I have opened a new course in Studio
...
...
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