-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Master
-
Component/s: SEO Tools > URL Redirections
-
Epic/Theme:
-
Epic Link:
-
Sprint:LIMA | #16 | Mar24-Apr14, LIMA | #17 | Apr14-May05
-
Git Pull Request:
As a site admin
I want to be able to easily create a redirection for a URL that is causing 404s
so that my users are directed to a more suitable content
Design (Same as LPS-101740)
Acceptance criteria
Given a 404 of the list
When a user selects the URL and clicks on the actions
Then she will find an action to create a redirection
Given a 404 of the list
When a user clicks on "create redirection"
Then she will be prompted with the form to create the redirection
And the source URL will be filled with the 404 url
Test Scenarios
ID | Test Priority | Test Scenarios | Covered by Backend (Unit/Integration)? | Test to add |
---|---|---|---|---|
3.12 | 5 | The action of "create redirection" can be found when a user select a active 404 URL | NO | Redirect#AddPermanentEntryFromActive404 |
3.13 | 5 | The action of "create redirection" can be found when a user select a ignored 404 URL | NO | Redirect#AddPermanentEntryFromIgnored404 |
3.14 | 5 | Create redirection page can be displayed after a user click "create redirection" via active 404 URL | NO | Redirect#AddPermanentEntryFromActive404 |
3.15 | 5 | Create redirection page can be displayed after a user click "create redirection" via ignored 404 URL | NO | Redirect#AddPermanentEntryFromIgnored404 |
3.16 | 5 | The active 404 URL can be filled in the sourceURL after a user click "create redirection" | NO | Redirect#AddPermanentEntryFromActive404 |
3.17 | 5 | The ignored 404 URL can be filled in the sourceURL after a user click "create redirection" | NO | Redirect#AddPermanentEntryFromIgnored404 |
3.18 | 5 | A permanent redirect can be created with active 404 sourceURL | NO | Redirect#AddPermanentEntryFromActive404 |
3.19 | 5 | A permanent redirect can be created with ignored 404 sourceURL | NO | Redirect#AddPermanentEntryFromIgnored404 |
3.20 | 5 | A temp redirect can be created with active 404 sourceURL | NO | Redirect#AddTempEntryFromActive404 |
3.21 | 5 | A temp redirect can be created with ignored 404 sourceURL | NO | Redirect#AddTempEntryFromIgnored404 |
3.22 | 4 | An expired redirect can be created with active 404 sourceURL | NO | Redirect#AddExpiredEntryFromActive404 |
3.23 | 4 | An expired redirect can be created with ignored 404 sourceURL | NO | Redirect#AddExpiredEntryFromIgnored404 |
- relates
-
LPS-111881 Destination URL does not gain focus when creating from a 404
- Closed
There are no Sub-Tasks for this issue.