diff options
| author | Fatih Acet <acetfatih@gmail.com> | 2017-05-09 04:15:34 +0000 |
|---|---|---|
| committer | Jacob Schatz <jschatz@gitlab.com> | 2017-05-09 04:15:34 +0000 |
| commit | 0151325dacebb99d54b6effb1d5842c0c712168c (patch) | |
| tree | 767ea3c8cfeedab5a0ce1921d5842b149ea7c0be /features/project/commits | |
| parent | 9ada13d343a4736275d2c026ee980abe5c5e5763 (diff) | |
| download | gitlab-ce-0151325dacebb99d54b6effb1d5842c0c712168c.tar.gz | |
Merge request widget redesign
Diffstat (limited to 'features/project/commits')
| -rw-r--r-- | features/project/commits/revert.feature | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/project/commits/revert.feature b/features/project/commits/revert.feature index 7a2effafe03..7ee1d717d80 100644 --- a/features/project/commits/revert.feature +++ b/features/project/commits/revert.feature @@ -5,12 +5,14 @@ Feature: Revert Commits And I own a project And I visit my project's commits page + @javascript Scenario: I revert a commit Given I click on commit link And I click on the revert button And I revert the changes directly Then I should see the revert commit notice + @javascript Scenario: I revert a commit that was previously reverted Given I click on commit link And I click on the revert button @@ -21,6 +23,7 @@ Feature: Revert Commits And I revert the changes directly Then I should see a revert error + @javascript Scenario: I revert a commit in a new merge request Given I click on commit link And I click on the revert button |
