Skip to content

Commit

Permalink
adding sample_name assertion in default component test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksierks committed Aug 2, 2024
1 parent db4a0f0 commit 4bb67ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/nextflow_samplesheet_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class NextflowSamplesheetComponentTest < ApplicationSystemTestCase
table.assert_selector '.table-column:last-of-type .table-header', text: 'STRANDEDNESS (REQUIRED)'
table.assert_selector '.table-column:first-of-type .table-td', count: 2
table.assert_selector '.table-column:first-of-type .table-td:first-of-type', text: sample1.puid
table.assert_selector '.table-column:nth-of-type(2) .table-td:first-of-type', text: sample1.name
table.assert_selector '.table-column:last-of-type .table-td:first-of-type select option', count: 4
table.assert_selector '.table-column:last-of-type .table-td:first-of-type select option:nth-of-type(2)',
text: 'forward'
Expand Down

0 comments on commit 4bb67ed

Please sign in to comment.