Skip to content

Commit

Permalink
Fixing project_lookup side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
abujeda committed Aug 17, 2023
1 parent ecca8d8 commit 3917503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/dashboard/test/system/jobs_app_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ def add_bc_num_hours(project_id)
setup_project(dir, true)

assert File.directory? File.join("#{dir}", '.ondemand')

#Cleanup to avoid side effects
accept_confirm do
click_on 'Delete'
end
end
end

Expand Down

0 comments on commit 3917503

Please sign in to comment.