Skip to content

Commit

Permalink
Add the @javascript tag to the Cookies feature
Browse files Browse the repository at this point in the history
The `@javascript` tag ensures that Javascript is enabled correctly in the
browser used for the test and the GovUK cookie banner has a little bit of
Javascript (see alphagov/govuk-design-system-backlog#12 (comment)).
This appears to affect subsequent tests, presumably as setting cookies
with Javascript turned off has affects if Javascript is subsequently
turned on.
  • Loading branch information
jrmhaig committed Mar 20, 2024
1 parent d6ac988 commit bd4120f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/cookies.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@javascript
Feature: Cookies

Scenario: Accepting default cookies
Expand Down

0 comments on commit bd4120f

Please sign in to comment.