Skip to content

Commit

Permalink
Fix remaining test and linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Apr 13, 2023
1 parent 51ce905 commit 0579860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions demo/app/controllers/action_menu_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
class ActionMenuController < ApplicationController
layout false

def landing
end
def landing; end

def deferred
render "action_menu/deferred"
Expand Down
2 changes: 1 addition & 1 deletion test/components/alpha/action_list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_uses_list_role_when_select_disabled
end

assert_selector("ul.ActionListWrap[role=list]") do
assert_selector("li.ActionListItem button[role=listitem]")
assert_selector("li.ActionListItem button")
end
end

Expand Down

0 comments on commit 0579860

Please sign in to comment.