diff --git a/test/components/nextflow_samplesheet_component_test.rb b/test/components/nextflow_samplesheet_component_test.rb index 14266b9e64..9455e49630 100644 --- a/test/components/nextflow_samplesheet_component_test.rb +++ b/test/components/nextflow_samplesheet_component_test.rb @@ -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'