Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Pp 11682 admin tests 1 #3844

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 92 additions & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@aws-crypto/decrypt-node": "^1.0.3",
"@aws-crypto/raw-rsa-keyring-node": "^1.1.0",
"@govuk-pay/pay-js-commons": "^5.0.2",
"@govuk-pay/pay-js-commons": "file:../pay-js-commons",
"@govuk-pay/pay-js-metrics": "^1.0.6",
"@sentry/node": "7.74.0",
"cert-info": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion test/analytics-ui.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path')
var renderTemplate = require('./test-helpers/html-assertions.js').render
var should = require('chai').should() // eslint-disable-line

describe('Frontend analytics', function () {
describe.only('Frontend analytics', function () {
var googleAnalyticsScript = '//www.google-analytics.com/analytics.js'
var googleAnalyticsCustomDimensions = {
analyticsId: 'testId',
Expand Down
Loading
Loading