@dargmuesli/nuxt-vio-testing 16.0.0-beta.1 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { expect } from '@playwright/test'
2
2
  import type { Page } from 'playwright-core'
3
3
 
4
- export const COOKIE_CONTROL_DEFAULT = 'ctga'
4
+ export const COOKIE_CONTROL_CONSENT_COOKIE_DEFAULT = 'ctga'
5
5
  export const PAGE_READY = async ({
6
6
  page,
7
7
  options,
package/package.json CHANGED
@@ -51,8 +51,8 @@
51
51
  "test:e2e:docker:server:static:update": "pnpm run test:e2e:docker:server:static --update-snapshots",
52
52
  "test:e2e:server:dev": "cross-env PORT=3000 SITE_URL=http://localhost:3000 VIO_SERVER=dev pnpm run test:e2e",
53
53
  "test:e2e:server:node": "cross-env NODE_ENV=production NUXT_PUBLIC_I18N_BASE_URL=http://localhost:3001 NUXT_PUBLIC_SITE_URL=http://localhost:3001 PORT=3001 VIO_SERVER=node pnpm run test:e2e",
54
- "test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3000}\" SITE_URL=\"${SITE_URL:-https://localhost:3000}\" VIO_SERVER=static pnpm run test:e2e"
54
+ "test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3002}\" SITE_URL=\"${SITE_URL:-https://localhost:3002}\" VIO_SERVER=static pnpm run test:e2e"
55
55
  },
56
56
  "type": "module",
57
- "version": "16.0.0-beta.1"
57
+ "version": "16.0.1"
58
58
  }