summaryrefslogtreecommitdiff
path: root/features/project/snippets.feature
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-04-13 11:47:28 -0500
committerDouwe Maan <douwe@selenight.nl>2017-04-30 11:21:20 -0500
commit60ebd101d0fa3ddbfab86a676b81efba589f8393 (patch)
treeec72a89919f726599f8ceefc4d5d4de0539ab7b1 /features/project/snippets.feature
parentc205973763e9fddd291a65d241002a0769f84106 (diff)
downloadgitlab-ce-60ebd101d0fa3ddbfab86a676b81efba589f8393.tar.gz
Use blob viewers for snippets
Diffstat (limited to 'features/project/snippets.feature')
-rw-r--r--features/project/snippets.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/project/snippets.feature b/features/project/snippets.feature
index 3c51ea56585..50bc4c93df3 100644
--- a/features/project/snippets.feature
+++ b/features/project/snippets.feature
@@ -11,6 +11,7 @@ Feature: Project Snippets
Then I should see "Snippet one" in snippets
And I should not see "Snippet two" in snippets
+ @javascript
Scenario: I create new project snippet
Given I click link "New snippet"
And I submit new snippet "Snippet three"