Skip to content

Commit

Permalink
Fix the copy pasta linter comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Jun 11, 2019
1 parent df62e7d commit 3ba5ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/unauthenticatedNavigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'isomorphic-fetch'

describe('When an unauthenticated user tries to access resource templates', () => {
beforeAll(async () => {
jest.setTimeout(60000) // this seems to take around 10s in practice, but be generous, just in case
jest.setTimeout(60000) // This seems to take around 10s in practice, but be generous, just in case
await page.goto('http://127.0.0.1:8888/templates')

/*
Expand Down

0 comments on commit 3ba5ebe

Please sign in to comment.