Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlences committed Dec 4, 2024
1 parent e4cab68 commit eb98bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/admin/feature_flags_management_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FeatureFlagsManagementTest < ApplicationSystemTestCase
end

test "admin can enable and disable a feature" do
available_features = users(:admin).tenant.list_features
available_features = users(:admin).tenant.list_available_features
enabled = users(:admin).tenant.feature_enabled?(available_features[0].to_sym)
click_button available_features[0]
assert_button available_features[0]
Expand Down

0 comments on commit eb98bc6

Please sign in to comment.