Skip to content

Commit

Permalink
oops. get rid of these
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Jul 1, 2020
1 parent 9aab773 commit 61ad037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/test/cases/dynamic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ suite('Dynamic pages', () => {
}))
})

test('Start of repeatable section appends num parameter', { timeout: 1000000 }, async () => {
test('Start of repeatable section appends num parameter', async () => {
const response = await server.inject(postOptions('/dynamic/how-many-people', { numberOfApplicants: 2 }))
expect(response.headers.location).to.equal('/dynamic/applicant-repeatable?num=1')
})

test('Asks questions in section correct number of times', { timeout: 1000000 }, async () => {
test('Asks questions in section correct number of times', async () => {
let nextPath = '/dynamic/uk-passport'
let response

Expand Down

0 comments on commit 61ad037

Please sign in to comment.