Skip to content

Commit 91f0f98

Browse files
committed
test: align pipeline assertions with run summary UI
1 parent 7b8a01a commit 91f0f98

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

tests/pipeline_benchmark_directory/main.nf.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ nextflow_pipeline {
5555
assert report.isFile()
5656
assert reportData.isFile()
5757
assert jsonlBundle.isDirectory()
58-
assert reportText.contains('Benchmark overview')
58+
assert reportText.contains('Run overview')
59+
assert reportText.contains('Run summary')
60+
assert reportText.contains('Workflow outcome')
5961
assert reportText.contains('15dvxY1LnZYrYe')
6062
assert reportText.contains('g5')
6163

tests/pipeline_benchmark_tarball/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ nextflow_pipeline {
5454
assert report.isFile()
5555
assert reportData.isFile()
5656
assert jsonlBundle.isDirectory()
57-
assert reportText.contains('Benchmark overview')
5857
assert reportText.contains('Run overview')
58+
assert reportText.contains('Run summary')
59+
assert reportText.contains('Workflow outcome')
5960
assert reportText.contains('Process overview')
6061
assert reportText.contains('Task overview')
6162
assert reportText.contains('15dvxY1LnZYrYe')

0 commit comments

Comments
 (0)