Skip to content

Commit

Permalink
🥒 fixes broken cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Oct 18, 2024
1 parent 12ca154 commit 3e8332c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/old/buyers/invitations/for_admins.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Feature: Buyer Account Invitations
Given an invitation sent to "[email protected]" to join account "lol cats" was accepted
And an invitation sent to "[email protected]" to join account "lol cats"
When I navigate to the page of the invitations of the partner "lol cats"
Then I should see accepted invitation for "[email protected]"
And I should see pending invitation for "[email protected]"
Then the table should contain an accepted invitation from "[email protected]"
And the table should contain a pending invitation from "[email protected]"

Scenario: Destroying invitations
Given an invitation sent to "[email protected]" to join account "lol cats"
Expand Down

0 comments on commit 3e8332c

Please sign in to comment.