summaryrefslogtreecommitdiff
path: root/spec/features/boards/add_issues_modal_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-08 12:17:01 +0000
committerPhil Hughes <me@iamphill.com>2017-03-08 12:17:01 +0000
commit809bba7d02b45938494f8ae471a2b27ce4a40833 (patch)
treedf9d34b65b9e60b7b8dc684b42b8f897d7bb909d /spec/features/boards/add_issues_modal_spec.rb
parent382fea7b5925ac7dc47ccfd79f7537284e68cd6f (diff)
downloadgitlab-ce-809bba7d02b45938494f8ae471a2b27ce4a40833.tar.gz
Updated specs
Diffstat (limited to 'spec/features/boards/add_issues_modal_spec.rb')
-rw-r--r--spec/features/boards/add_issues_modal_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/boards/add_issues_modal_spec.rb b/spec/features/boards/add_issues_modal_spec.rb
index a3e24bb5ffa..f7f2d883d2f 100644
--- a/spec/features/boards/add_issues_modal_spec.rb
+++ b/spec/features/boards/add_issues_modal_spec.rb
@@ -51,7 +51,7 @@ describe 'Issue Boards add issue modal', :feature, :js do
end
it 'does not show tooltip on add issues button' do
- button = page.find('.issue-boards-search button', text: 'Add issues')
+ button = page.find('.filter-dropdown-container button', text: 'Add issues')
expect(button[:title]).not_to eq("Please add a list to your board first")
end