Skip to content

Commit

Permalink
PR review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannalaakso committed Nov 16, 2020
1 parent bde62d2 commit 345f919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('/components/notification-banner/with-type-as-success', () => {
await page.$eval('.govuk-notification-banner', el => el.blur())

const tabindex = await page.$eval('.govuk-notification-banner', el => el.getAttribute('tabindex'))
expect(tabindex).toBeFalsy()
expect(tabindex).toBeNull()
})
})

Expand Down

0 comments on commit 345f919

Please sign in to comment.