Skip to content

Commit

Permalink
Make scenario tests more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaBernstein committed Nov 13, 2022
1 parent 9689529 commit 7e6b45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenarioTests/features/list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: List transactions
Scenario: List
Given I have a bot
When I send the message "/deleteAll yes"
And I wait 0.1 seconds
And I wait 0.2 seconds
When I send the message "/list"
And I wait 0.1 seconds
Then 1 messages should be sent back
Expand Down Expand Up @@ -35,7 +35,7 @@ Feature: List transactions
Scenario: List archived
Given I have a bot
When I send the message "/deleteAll yes"
And I wait 0.1 seconds
And I wait 0.2 seconds
When I send the message "/list archived"
And I wait 0.1 seconds
Then 1 messages should be sent back
Expand Down

0 comments on commit 7e6b45d

Please sign in to comment.