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
Copy file name to clipboardExpand all lines: cypress/e2e/request.cy.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ import useOneRequestResponseBody from '../fixtures/one-request/request.json'
3
3
describe.skip('Viewing one request',()=>{
4
4
// TODO: currently this uses a real request uuid, which would allow it to visit a route that actually existed.
5
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
+
// this test should remain skipped until the above is done since it runs as a regular e2e vs e2e with mocked data
7
+
// Existing ticket to complete this test: https://github.com/scientist-softserv/webstore/issues/218
0 commit comments