Skip to content

Commit

Permalink
Add back #{pickup_timeout} variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Aug 7, 2023
1 parent e6eb744 commit 2c19804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/common_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
And I wait until I see "Pending Events" text
And I follow "Pending"
And I wait until I see "Pending Events" text
And I wait at most 180 seconds until I do not see "#{event}" text, refreshing the page
And I wait at most #{pickup_timeout} seconds until I do not see "#{event}" text, refreshing the page
And I follow "History"
And I wait until I see "System History" text
And I wait until I see "#{event}" text, refreshing the page
Expand Down

0 comments on commit 2c19804

Please sign in to comment.