diff options
| author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-11-11 13:07:02 +0100 |
|---|---|---|
| committer | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-11-11 13:07:02 +0100 |
| commit | 7e4a7d9ecc02db06c568a0de47e096edbdc1224b (patch) | |
| tree | 701af1b1789f17950a22a19df4cf8f69d3beb173 /features/snippets/snippets.feature | |
| parent | 3f08e4b186bd02b37f34ccf1bc641a95f9d865ce (diff) | |
| parent | dfa09789061bbd3891c17ebbcc23f7bd6b95336c (diff) | |
| download | gitlab-ce-7e4a7d9ecc02db06c568a0de47e096edbdc1224b.tar.gz | |
Merge branch 'master' into copying-file-seen-as-licence
Diffstat (limited to 'features/snippets/snippets.feature')
| -rw-r--r-- | features/snippets/snippets.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/snippets/snippets.feature b/features/snippets/snippets.feature index 4f617b6bed8..e15d7c79342 100644 --- a/features/snippets/snippets.feature +++ b/features/snippets/snippets.feature @@ -24,7 +24,7 @@ Feature: Snippets Scenario: I destroy "Personal snippet one" Given I visit snippet page "Personal snippet one" - And I click link "Destroy" + And I click link "Delete" Then I should not see "Personal snippet one" in snippets Scenario: I create new internal snippet |
