You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: currently this uses a real request uuid, which would allow it to visit a route that actually existed.
5
-
// since the routes are generated dynamically, we will need to mock the next router in order to generate a route for a fake request w/ mock uuid within the test
6
-
// this test should remain skipped until the above is done since it runs as a regular e2e vs e2e with mocked data
6
+
describe('Viewing one request',()=>{
7
7
// Existing ticket to complete this test: https://github.com/scientist-softserv/webstore/issues/218
8
-
letuuid=useOneRequestResponseBody.uuid
9
8
10
9
describe('as a logged out user',()=>{
11
10
it('should show an error message.',()=>{
@@ -17,30 +16,58 @@ describe.skip('Viewing one request', () => {
17
16
})
18
17
19
18
describe('as a logged in user',()=>{
20
-
// declare variables that can be used to change how the response is intercepted.
0 commit comments