-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Master
-
Component/s: SEO Tools > URL Redirections
-
Labels:
-
Epic/Theme:
-
Epic Link:
-
Sprint:LIMA | #16 | Mar24-Apr14
-
Git Pull Request:
As a site admin
I want to see the list of ignored 404s
so that I can reactivate them and act upon them
Design
Acceptance criteria
Given a Liferay instance with a list of 404 urls
When a site admin selects a url
Then she can mark it as ignored
Given a Liferay instance with a list of 404 urls
When a site admin marks a URL as ignored
Then she the URL is hidden from the list
Given a Liferay instance with a list of 404 URLs ignored
When a site admin selects show ignored
Then she the URLs ignored are shown in the list
Given a Liferay instance with a list of 404 URLs ignored
When a site admin selects an ignored url
Then she can remove the ignored check
Test Scenarios
ID | Test Priority | Test Scenarios | Covered by Frontend (JS-Unit)? | Covered by Backend (Unit/Integration)? | Test to add |
---|---|---|---|---|---|
3.1 | 5 | A 404 URL can be marked as ignore in the list | NO | Redirect#ViewIgnoredURL | |
3.2 | 5 | A 404 URL will be hidden from the list once it is marked as ignore | NO | Redirect#ViewIgnoredURL | |
3.3 | 5 | An ignored 404 URL can be seen when a user select "show ignore" | NO | Redirect#ViewIgnoredURL | |
3.4 | 5 | The ignored check can be removed when a user select an ignored 404 URL | NO | Redirect#IgnoreURLAfterReactivation | |
3.5 | 4 | A 404 URL can be marked as ignore again after remove the ignored check | NO | Redirect#IgnoreURLAfterReactivation |
Note: In LPS-111407 we will just add integration tests for our service calls, but the UI won't be tested.
- demands
-
LPS-111407 Add a few more integration tests for redirect
-
- Closed
-