From 9abd871a03ead34945f7dff050f92d7ab9225472 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Fri, 16 Sep 2016 10:37:19 +0100 Subject: Added full-width new snippet button on mobile and corrected capitalization Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons --- features/project/snippets.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/project/snippets.feature') diff --git a/features/project/snippets.feature b/features/project/snippets.feature index 270557cbde7..3c51ea56585 100644 --- a/features/project/snippets.feature +++ b/features/project/snippets.feature @@ -12,7 +12,7 @@ Feature: Project Snippets And I should not see "Snippet two" in snippets Scenario: I create new project snippet - Given I click link "New Snippet" + Given I click link "New snippet" And I submit new snippet "Snippet three" Then I should see snippet "Snippet three" -- cgit v1.2.1