-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12ca154
commit 3e8332c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|