diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-24 11:42:25 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-24 11:42:25 +0000 |
commit | 6b968a8fcdc1f67c4798d2f58004a5cf85e605b1 (patch) | |
tree | 8cb110438c870fd882be22324a854ec118528ba2 /features/steps/project | |
parent | 541da4d51f3e8abfccbbfc7301d8c133fd0fcd35 (diff) | |
parent | 3657eb76c265f4cf6c35c13c2e32bd2536df89ed (diff) | |
download | gitlab-ce-6b968a8fcdc1f67c4798d2f58004a5cf85e605b1.tar.gz |
Merge branch 'branch-invalid-name' into 'master'
Add JS validation for invalid characters in branch name
Fixes #3293
Demo:

See merge request !2122
Diffstat (limited to 'features/steps/project')
-rw-r--r-- | features/steps/project/commits/branches.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/steps/project/commits/branches.rb b/features/steps/project/commits/branches.rb index 338f5e8d3ee..0a42931147d 100644 --- a/features/steps/project/commits/branches.rb +++ b/features/steps/project/commits/branches.rb @@ -61,7 +61,8 @@ class Spinach::Features::ProjectCommitsBranches < Spinach::FeatureSteps end step 'I should see new an error that branch is invalid' do - expect(page).to have_content 'Branch name invalid' + expect(page).to have_content 'Branch name is invalid' + expect(page).to have_content "can't contain spaces" end step 'I should see new an error that ref is invalid' do |