Skip to content

Commit

Permalink
Fixes recently_used_apps_widget_test
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed May 2, 2024
1 parent 7c8c6b5 commit 85945d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ def setup
'Should display the widget title'
end

assert_select "div[data-toggle='launcher-button']", 1
assert_select "div[data-bs-toggle='launcher-button']", 1
assert_select 'form.button_to', 1
assert_select 'form.button_to button p.app-title', text: 'Recently Used Sys'
end

test 'recently used apps should render the a launcher with a form with the application cached values' do
get '/'

assert_select "div[data-toggle='launcher-button']", 1
assert_select "div[data-bs-toggle='launcher-button']", 1

assert_select 'form.button_to' do |elements|
assert_equal 1, elements.size
Expand Down

0 comments on commit 85945d0

Please sign in to comment.