Skip to content

Commit

Permalink
UHF-8762: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 25, 2024
1 parent de30a7f commit bb12fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backstop_data/fast/engine_scripts/onBefore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = async (page, scenario, vp, isReference, browserContext, config)
const { hostname } = config;

// Add cookies to browser
browserContext.setCookie([
page.setCookie([
{
'name': 'cookie-agreed-version',
'value': '1.1.0',
Expand Down
2 changes: 1 addition & 1 deletion backstop_data/full/engine_scripts/onBefore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = async (page, scenario, vp, isReference, browserContext, config)
const { hostname } = config;

// Add cookies to browser
browserContext.setCookie([
page.setCookie([
{
'name': 'cookie-agreed-version',
'value': '1.1.0',
Expand Down

0 comments on commit bb12fe1

Please sign in to comment.