Skip to content

Commit

Permalink
update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Nov 6, 2024
1 parent ed08c18 commit 715c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def add_auto_environment_variable(project_id, launcher_id, save: true)
find('#save_script_edit').click
assert_current_path(project_path(project_id))
launcher_path = project_launcher_path(project_id, launcher_id)
find("[href='#{launcher_path}'].btn-success").click
find("[href='#{launcher_path}'].btn-info").click

# now let's check scripts#show and they should be back.
show_account_options = page.all('#launcher_auto_accounts option').map(&:value)
Expand Down

0 comments on commit 715c62a

Please sign in to comment.