diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-27 17:46:58 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-27 17:46:58 +0100 |
commit | 5b8e0f17a8e77bf4cbdb4ed61d116d29d9f3c9c7 (patch) | |
tree | 606bd29af2da226a85c1aa1953c2c2a21d476d84 /features/project/snippets.feature | |
parent | 35d433a3200b64f80a21b940f68d97a4392611f2 (diff) | |
parent | 940d68cc4c349b574166b010666a36cf25f485b7 (diff) | |
download | gitlab-ce-ci-details.tar.gz |
Merge branch 'master' into ci-detailsci-details
Diffstat (limited to 'features/project/snippets.feature')
-rw-r--r-- | features/project/snippets.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/snippets.feature b/features/project/snippets.feature index 77e42a1a38b..270557cbde7 100644 --- a/features/project/snippets.feature +++ b/features/project/snippets.feature @@ -30,5 +30,5 @@ Feature: Project Snippets Scenario: I destroy "Snippet one" Given I visit snippet page "Snippet one" - And I click link "Remove Snippet" + And I click link "Delete" Then I should not see "Snippet one" in snippets |