Skip to content

Commit

Permalink
Revert "use select instead of select2 in tests"
Browse files Browse the repository at this point in the history
This reverts commit a67f508.
  • Loading branch information
evgeni committed Jan 31, 2025
1 parent 06fb1aa commit 2fe3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/salt_variable_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SaltVariableTest < IntegrationTestWithJavascript

assert_new_button(salt_variables_path, 'New Salt Variable', new_salt_variable_path)
fill_in 'foreman_salt_salt_variable_key', with: 'mykey'
select(state.name, from: 'foreman_salt_salt_variable_salt_module_id')
select2(state.name, from: 'foreman_salt_salt_variable_salt_module_id')

assert_submit_button(salt_variables_path)
assert page.has_link? 'mykey'
Expand Down

0 comments on commit 2fe3ca6

Please sign in to comment.