Skip to content

Commit 49d3c99

Browse files
committed
add one more comment
1 parent 60fe4b6 commit 49d3c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/request.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import useOneRequestResponseBody from '../fixtures/one-request/request.json'
33
describe.skip('Viewing one request', () => {
44
// TODO: currently this uses a real request uuid, which would allow it to visit a route that actually existed.
55
// 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
78
let uuid = useOneRequestResponseBody.uuid
89

910
describe('as a logged out user', () => {

0 commit comments

Comments
 (0)