From 7565825714b76a9b154290f734ed93f9e3d7d2e0 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 13 Mar 2015 11:04:12 -0400 Subject: [PATCH] Disable flaky lettuce test TNL-1679 --- .../contentstore/features/textbooks.feature | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/cms/djangoapps/contentstore/features/textbooks.feature b/cms/djangoapps/contentstore/features/textbooks.feature index ac07a7affc..80562757cc 100644 --- a/cms/djangoapps/contentstore/features/textbooks.feature +++ b/cms/djangoapps/contentstore/features/textbooks.feature @@ -6,21 +6,19 @@ Feature: CMS.Textbooks When I go to the textbooks page 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 - @skip_internetexplorer - @skip_safari - Scenario: Create a textbook - Given I have opened a new course in Studio - And I go to the textbooks page - When I click on the New Textbook button - And I name my textbook "Economics" - And I name the first chapter "Chapter 1" - And I click the Upload Asset link for the first chapter - And I upload the textbook "textbook.pdf" - And I save the textbook - 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" +# Flaky test, disabled 03/13/2015. TNL-1679. +# Scenario: Create a textbook +# Given I have opened a new course in Studio +# And I go to the textbooks page +# When I click on the New Textbook button +# And I name my textbook "Economics" +# And I name the first chapter "Chapter 1" +# And I click the Upload Asset link for the first chapter +# And I upload the textbook "textbook.pdf" +# And I save the textbook +# 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 Given I have opened a new course in Studio