summaryrefslogtreecommitdiff
path: root/features/project/snippets.feature
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-16 10:37:19 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-18 16:33:33 +0100
commit9abd871a03ead34945f7dff050f92d7ab9225472 (patch)
treece28941de8cb717b0b1b25f203add91f35c6752c /features/project/snippets.feature
parentd54f05dac63d580d4451a954dd5593a065a05a3c (diff)
downloadgitlab-ce-9abd871a03ead34945f7dff050f92d7ab9225472.tar.gz
Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-button
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
Diffstat (limited to 'features/project/snippets.feature')
-rw-r--r--features/project/snippets.feature2
1 files changed, 1 insertions, 1 deletions
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"