Skip to content

Commit

Permalink
fix report-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemitchel committed Aug 27, 2024
1 parent f8e7816 commit 13b3fca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/report/report-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ describe('<report-page>', () => {

it('pagesAndPopups and buildPagesByStep', () => {
const sortedPages = [
{ type: 'a2j', step: '0' },
{ type: 'a2j', step: '1' },
{ type: 'a2j', step: '1' },
{ type: 'Popup' }
{ type: 'a2j', step: '0', fields: [] },
{ type: 'a2j', step: '1', fields: [] },
{ type: 'a2j', step: '1', fields: [] },
{ type: 'Popup', fields: [] }
]

const steps = [
Expand Down

0 comments on commit 13b3fca

Please sign in to comment.