Skip to content

Commit

Permalink
AO3-6712 Fix step that was looking for value instead of label text
Browse files Browse the repository at this point in the history
  • Loading branch information
weeklies committed Jan 17, 2025
1 parent 14da982 commit 6b0235f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/other_a/invite_queue.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b0235f

Please sign in to comment.