Skip to content

Commit

Permalink
test: Adjust samples test metadata template selection to 'none'
Browse files Browse the repository at this point in the history
Update system test to select 'none' in the metadata template dropdown instead of 'all', maintaining test coverage for dropdown interaction
  • Loading branch information
joshsadam committed Feb 3, 2025
1 parent e3f547f commit 4a909a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/groups/samples_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def retrieve_puids
assert_selector 'td:nth-child(9) button', text: ''
end

select(I18n.t('components.metadata_templates_dropdown.all'), from: 'q[metadata_template]')
select(I18n.t('components.metadata_templates_dropdown.none'), from: 'q[metadata_template]')

assert_selector 'div#spinner'
assert_no_selector 'div#spinner'
Expand Down

0 comments on commit 4a909a6

Please sign in to comment.