Skip to content

Commit

Permalink
app_jupyter/1.2.16 is hidden so it doesnt show anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Aug 31, 2023
1 parent e91d8c3 commit 4126c24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/test/system/batch_connect_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -599,15 +599,13 @@ def stub_git(dir)
assert_equal 'owens', find_value('cluster')
# versions not available on owens
assert_equal 'display: none;', find_option_style('auto_modules_app_jupyter', 'app_jupyter/3.1.18')
assert_equal 'display: none;', find_option_style('auto_modules_app_jupyter', 'app_jupyter/1.2.16')
assert_equal 'display: none;', find_option_style('auto_modules_app_jupyter', 'app_jupyter/0.35.6')
assert_equal 'display: none;', find_option_style('auto_modules_intel', 'intel/18.0.4')

# select oakley and now they're available
select('oakley', from: bc_ele_id('cluster'))
assert_equal 'app_jupyter', find_value('auto_modules_app_jupyter')
assert_equal '', find_option_style('auto_modules_app_jupyter', 'app_jupyter/3.1.18')
assert_equal '', find_option_style('auto_modules_app_jupyter', 'app_jupyter/1.2.16')
assert_equal '', find_option_style('auto_modules_app_jupyter', 'app_jupyter/0.35.6')

# and lots of intel versions aren't
Expand Down

0 comments on commit 4126c24

Please sign in to comment.