From c99697a13e714d1ef87f047e5ad1c88f62f61f25 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 8 Aug 2025 22:52:09 +0200 Subject: Re-order the top bar layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move actions in a way that make more sense after some usage of this application. Signed-off-by: Miquel Sabaté Solà --- test/system/searches_test.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/system/searches_test.rb') diff --git a/test/system/searches_test.rb b/test/system/searches_test.rb index 4920102..f1f2de4 100644 --- a/test/system/searches_test.rb +++ b/test/system/searches_test.rb @@ -22,9 +22,7 @@ class SearchesTest < ApplicationSystemTestCase test 'the hidden menu should allow us to go into the searches#new url' do find('#toggle-hidden-global-menu').click - assert_text I18n.t('searches.title') - - click_on I18n.t('searches.object') + find('#new-search').click assert find('#search_body') assert_equal page.current_path, new_search_path -- cgit v1.2.3