Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-4222 Fix links to news post tag and capitalization of spam #3149
Merged
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
| @@ -61,7 +61,7 @@ Feature: Invite queue management | ||
| # check your place in the queue - invalid address | ||
| When 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, your invitation may have already been emailed to that address; please check your email Spam folder as your spam filters may have placed it there." | ||
| + And I should see "If you can't find it, your invitation may have already been emailed to that address; please check your email spam folder as your spam filters may have placed it there." | ||
| And I should not see "You are currently number" | ||
| # check your place in the queue - correct address | ||