Skip to content

Commit 84e815e

Browse files
authored
fix: correct expectation for pause without message
1 parent 96892b0 commit 84e815e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

step_implementations/specs/new_pipeline_dashboard_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
end
172172

173173
step 'Verify pipeline is paused by <user> - On Swift Dashboard page' do |user|
174-
assert_true new_pipeline_dashboard_page.pause_message?("Paused by #{user} ()")
174+
assert_true new_pipeline_dashboard_page.pause_message?("Paused by #{user}")
175175
end
176176

177177
step 'Unpause pipeline - On Swift Dashboard page' do |_tmp|

0 commit comments

Comments
 (0)