From aa923c951ff68e7131628c449b5e2f8a74e2a21e Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 11 Aug 2014 15:07:22 -0400 Subject: [PATCH] 3489: Add test for correct dropdown text. --- apps/workbench/test/integration/pipeline_instances_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index 0a6c3404f1..a27aff1029 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -117,6 +117,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest click within('.modal-dialog') do + assert_selector 'button.dropdown-toggle', text: 'A Project' first('span', text: 'foo_tag').click find('button', text: 'OK').click end -- 2.30.2