diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2015-12-17 16:59:15 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2015-12-17 17:17:37 -0200 |
commit | 1757e6ef65a1cedbfe5d5b5da894d6d0d3d5ef16 (patch) | |
tree | ae3512b6b49c95451869d9e486d94155448bd3e3 /features/project/commits | |
parent | c91cf1f66b3ed4329b313b7b75fca816fc5c6076 (diff) | |
download | gitlab-ce-1757e6ef65a1cedbfe5d5b5da894d6d0d3d5ef16.tar.gz |
Add JS validation for invalid characters in branch name
More info about valid ref names:
https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht
ml
Diffstat (limited to 'features/project/commits')
-rw-r--r-- | features/project/commits/branches.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/project/commits/branches.feature b/features/project/commits/branches.feature index 5103ca12947..2c17d32154a 100644 --- a/features/project/commits/branches.feature +++ b/features/project/commits/branches.feature @@ -25,6 +25,7 @@ Feature: Project Commits Branches And I click branch 'improve/awesome' delete link Then I should not see branch 'improve/awesome' + @javascript Scenario: I create a branch with invalid name Given I visit project branches page And I click new branch link |