generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Resolve Errors): Split URL paths between syntax and logic errors (…
…#844) closes #845 - feat(Resolve Errors): Split URL paths between syntax and logic errors 1. Upload a logic errors csv, continue to next step - verify ~~`/errors-2`~~ `/errors-logic` 2. Upload a syntax errors csv, continue to next step- verify ~~`/errors-1`~~ `/errors-syntax` 3. Upload no errors with warnings csv, continue to next step - verify ~~`/errors`~~ `/` 4. Upload no errors with no warnings csv, continue to next step - verify ~~`/errors`~~ `/` - no syntax errors but has logic errors (and vice versa) -- should redirect properly. - Try to manually navigate (e.g. type in `http://localhost:8899/filing/2024/123456789TESTBANK456/errors/errors-logic`) and check if the redirect is correct - Try using the browser's Back and Forward arrows - Use the Go Back and Continue buttons --------- Co-authored-by: Bill Himmelsbach <[email protected]>
- Loading branch information
1 parent
871c9ad
commit a09f309
Showing
3 changed files
with
83 additions
and
26 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
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
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