From e35cb0f48bbead47ad0c628c280bfc2cc32035ac Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 22 May 2014 19:39:22 -0400 Subject: [PATCH] 2754: Fix css selectors in test case. --- apps/workbench/test/integration/pipeline_instances_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index e10068f162..e3449f6e98 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -31,9 +31,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest visit instance_page page.assert_selector 'a.disabled,button.disabled', text: 'Run' - assert find('div.alert', text: 'Provide a value') + assert find('p', text: 'Provide a value') - find('div.form-group', text: 'Input for part-one component'). + find('div.form-group', text: 'Foo/bar pair'). find('a,input'). click find('.editable-input select').click -- 2.39.5