-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AO3-6712 Fix step that was looking for value instead of label text
- Loading branch information
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 |
---|---|---|
|
@@ -169,15 +169,15 @@ Feature: Invite queue management | |
Then I should see "Invitation Request Status" | ||
And I should see "If you can't find it, please check your email spam folder as your spam filters may have placed it there." | ||
And I should not see "Because your invitation was sent more than 24 hours ago, you can have your invitation resent." | ||
And I should not see a "Resend Invitation" button | ||
And I should not see "Resend Invitation" | ||
|
||
When all emails have been delivered | ||
And it is currently 25 hours from now | ||
And I check how long "[email protected]" will have to wait in the invite request queue | ||
Then I should see "Invitation Request Status" | ||
And I should see "If you can't find it, please check your email spam folder as your spam filters may have placed it there." | ||
And I should see "Because your invitation was sent more than 24 hours ago, you can have your invitation resent." | ||
And I should see a "Resend Invitation" button | ||
And I should see "Resend Invitation" | ||
|
||
When I press "Resend Invitation" | ||
Then 1 email should be delivered to invitee@example.org |