Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Dec 4, 2024
1 parent d4239e0 commit 6a80932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/avo/tabs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
find('a[data-selected="false"][data-tabs-tab-name-param="Projects"]').click
within("#has_and_belongs_to_many_field_show_projects") do
expect(page).to have_text "Displaying items 1-8 of 9 in total"
find('select#per_page.appearance-none').select('24')
find("select#per_page.appearance-none").select("24")
end

expect(page).to have_text "Displaying 9 items"
Expand Down

0 comments on commit 6a80932

Please sign in to comment.