diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-03-14 23:46:01 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-03-14 23:46:01 +0000 |
commit | bac30796fe3f22265729418df239dcf4461d8475 (patch) | |
tree | 2db9b51743ad0d314fd118905ed514dcf092d677 /features/steps | |
parent | 7c05073dd9d7d671e01cd428839772952ed2282a (diff) | |
parent | cca56e0f8d7c32170c337758363badcac68dce37 (diff) | |
download | gitlab-ce-csslab.tar.gz |
Merge branch 'update-csslab-version' into 'csslab'csslab
Update csslab version to 0.0.4
See merge request gitlab-org/gitlab-ce!17748
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/project/commits/branches.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/commits/branches.rb b/features/steps/project/commits/branches.rb index c3ae33d2aa9..b5f61b5d7b7 100644 --- a/features/steps/project/commits/branches.rb +++ b/features/steps/project/commits/branches.rb @@ -41,7 +41,6 @@ class Spinach::Features::ProjectCommitsBranches < Spinach::FeatureSteps step 'I submit new branch form with invalid name' do fill_in 'branch_name', with: '1.0 stable' page.find("body").click # defocus the branch_name input - select_branch('master') click_button 'Create branch' end |