diff options
| author | Han Loong Liauw <hanloongliauw@gmail.com> | 2015-10-15 17:01:17 +1100 |
|---|---|---|
| committer | Han Loong Liauw <hanloongliauw@gmail.com> | 2015-10-15 17:59:17 +1100 |
| commit | 45e11d95f27584f699392fad8f54c1807e562d7f (patch) | |
| tree | 02c62ba4586bdbee6547461d17b4367fc86001a7 /features/snippets/snippets.feature | |
| parent | f7ed469ece5e113273b006dd64cc0d29243cfcde (diff) | |
| download | gitlab-ce-45e11d95f27584f699392fad8f54c1807e562d7f.tar.gz | |
fix spinach features to use new button wordings
Also fixed an accidental deletion of pratial
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 |
