From 4c74a05c5880287a76cedc7f0ba86f1e72178b02 Mon Sep 17 00:00:00 2001 From: JonahStanley Date: Tue, 6 Aug 2013 15:55:01 -0400 Subject: [PATCH] Added comments to the two flakey features on firefox --- cms/djangoapps/contentstore/features/advanced-settings.feature | 1 + cms/djangoapps/contentstore/features/problem-editor.feature | 1 + 2 files changed, 2 insertions(+) diff --git a/cms/djangoapps/contentstore/features/advanced-settings.feature b/cms/djangoapps/contentstore/features/advanced-settings.feature index 514eb8898e..349c8bc00d 100644 --- a/cms/djangoapps/contentstore/features/advanced-settings.feature +++ b/cms/djangoapps/contentstore/features/advanced-settings.feature @@ -40,6 +40,7 @@ Feature: Advanced (manual) course policy And I reload the page Then the policy key value is unchanged + #This feature will work in Firefox only when Firefox is the active window Scenario: Test automatic quoting of non-JSON values Given I am on the Advanced Course Settings page in Studio When I create a non-JSON value not in quotes diff --git a/cms/djangoapps/contentstore/features/problem-editor.feature b/cms/djangoapps/contentstore/features/problem-editor.feature index 58ede263dd..e356341a52 100644 --- a/cms/djangoapps/contentstore/features/problem-editor.feature +++ b/cms/djangoapps/contentstore/features/problem-editor.feature @@ -68,6 +68,7 @@ Feature: Problem Editor When I edit and select Settings Then Edit High Level Source is visible + #This feature will work in Firefox only when Firefox is the active window Scenario: High Level source is persisted for LaTeX problem (bug STUD-280) Given I have created a LaTeX Problem When I edit and compile the High Level Source