From cca4a5fd37b18590767f1ff8d2e2240f06060c0d Mon Sep 17 00:00:00 2001 From: Tucker Chapman Date: Fri, 5 Apr 2019 15:50:21 +0000 Subject: Add checkbox to choose to create new list when creating new label --- spec/features/boards/boards_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/boards/boards_spec.rb') 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 -- cgit v1.2.1