5493: getting_started modal is served from layout html
[arvados.git] / apps / workbench / test / integration / application_layout_test.rb
index fe0c01214cc1c9f876fe13919c3ba8ab2c2f3e20..b85977f213099cd6427fad00dc5eff5335c42dee 100644 (file)
@@ -70,7 +70,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       page.find("#arv-help").click
       within('.dropdown-menu') do
         assert_selector 'a', text:'Getting Started ...'
-        assert_selector 'a', text:'Public Pipelines and Datasets'
+        assert_selector 'a', text:'Public Pipelines and Data sets'
         assert page.has_link?('Tutorials and User guide'), 'No link - Tutorials and User guide'
         assert page.has_link?('API Reference'), 'No link - API Reference'
         assert page.has_link?('SDK Reference'), 'No link - SDK Reference'
@@ -172,7 +172,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
     within '.navbar-fixed-top' do
       find('.help-menu > a').click
 
-      assert_no_selector 'a', text:'Public Pipelines and Datasets'
+      assert_no_selector 'a', text:'Public Pipelines and Data sets'
 
       assert_selector 'a', text:'Getting Started ...'
       assert page.has_link?('Tutorials and User guide'), 'No link - Tutorials and User guide'