Skip to content

Commit

Permalink
Remove bad test.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Feb 28, 2025
1 parent 713409f commit f9f2e71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ def add_auto_environment_variable(project_id, launcher_id, save: true)
find("[href='/projects/#{project_id}']").click
assert_selector 'h1', text: 'Test Project'
assert_selector '.btn.btn-default', text: 'Back'
# project size is hardcoded to 2MB with stub_du
assert_selector '#new-dir-btn', text: 'Project Directory (2 MB)'
end
end

Expand Down

0 comments on commit f9f2e71

Please sign in to comment.