Skip to content

Commit

Permalink
Fix broken test?
Browse files Browse the repository at this point in the history
  • Loading branch information
j-maynard committed Oct 16, 2024
1 parent 8568cf4 commit b1daa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ describe('Publisher Journey Tests', () => {
expect(res.text).toContain(`<td class="govuk-table__cell">AcHVoWJblA</td>`);
expect(res.text).toContain(`<td class="govuk-table__cell">4470652</td>`);
expect(res.text).toContain(`<td class="govuk-table__cell">2002-03-18</td>`);
expect(res.text).toContain('Showing rows 1 - 2 of 2');
expect(res.text).toContain('Showing rows 1 2 of 2');
});

test('Dataset preview returns 302 if no currentDataset is present in the session', async () => {
Expand Down

0 comments on commit b1daa09

Please sign in to comment.