Skip to content

Commit

Permalink
change #save_script_edit to #save_launcher_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton22305 committed Nov 25, 2024
1 parent a551801 commit da069ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def add_auto_environment_variable(project_id, launcher_id, save: true)
assert_equal('false', add_btn[:disabled])
end

find('#save_script_edit').click
find('#save_launcher_edit').click
assert_current_path(project_path(project_id))
launcher_path = project_launcher_path(project_id, launcher_id)
find("[href='#{launcher_path}'].btn-info").click
Expand Down Expand Up @@ -819,7 +819,7 @@ def add_auto_environment_variable(project_id, launcher_id, save: true)
assert_equal('false', rm_btn[:disabled])
end

find('#save_script_edit').click
find('#save_launcher_edit').click
assert_current_path(project_path(project_id))
launcher_path = project_launcher_path(project_id, launcher_id)
find("[href='#{launcher_path}'].btn-info").click
Expand Down

0 comments on commit da069ce

Please sign in to comment.