diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-11 19:43:56 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-11 19:43:56 +0000 |
| commit | e1a8089cc2a54126596abae50f2987e2421b1dc3 (patch) | |
| tree | 15bc0e5a26f3c9ef746bbc969544fd7c04006bc0 /features/steps | |
| parent | 95a470cf5087abcd497ef3b260f443ae3ffebeef (diff) | |
| parent | aa4d19904418cf57369ab9c80d05730c03636baf (diff) | |
| download | gitlab-ce-e1a8089cc2a54126596abae50f2987e2421b1dc3.tar.gz | |
Merge branch 'create-merge-request' into 'master'
Add Create Merge Request buttons to commits page and push event.
Commits page:

Branches page:

Push event: (Only for new branches, and only shown to the pushing user)

Push event with multiple commits and a Compare link:

See merge request !632
Diffstat (limited to 'features/steps')
| -rw-r--r-- | features/steps/project/commits/commits.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb index 30b1934b363..c888e82e207 100644 --- a/features/steps/project/commits/commits.rb +++ b/features/steps/project/commits/commits.rb @@ -12,7 +12,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps end step 'I click atom feed link' do - click_link "Feed" + click_link "Commits Feed" end step 'I see commits atom feed' do |
