summaryrefslogtreecommitdiff
path: root/spec/features/boards/boards_spec.rb
diff options
context:
space:
mode:
authorTucker Chapman <tucker.r.chapman@gmail.com>2019-04-05 15:50:21 +0000
committerPhil Hughes <me@iamphill.com>2019-04-05 15:50:21 +0000
commitcca4a5fd37b18590767f1ff8d2e2240f06060c0d (patch)
tree64bb5d7c17ad98bc7bd1e662b1b0019416281305 /spec/features/boards/boards_spec.rb
parente4a371582cf044dc3027f48cb923c8c7309a7b6d (diff)
downloadgitlab-ce-cca4a5fd37b18590767f1ff8d2e2240f06060c0d.tar.gz
Add checkbox to choose to create new list when creating new label
Diffstat (limited to 'spec/features/boards/boards_spec.rb')
-rw-r--r--spec/features/boards/boards_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb
index ea69ec0319b..4c6175f5590 100644
--- a/spec/features/boards/boards_spec.rb
+++ b/spec/features/boards/boards_spec.rb
@@ -345,7 +345,7 @@ describe 'Issue Boards', :js do
click_link 'Create project label'
- fill_in('new_label_name', with: 'Testing New Label')
+ fill_in('new_label_name', with: 'Testing New Label - with list')
first('.suggest-colors a').click