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

#110 bug / Delete duplicate test #352

Merged
merged 4 commits into from
Dec 13, 2018
Merged
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
12 changes: 6 additions & 6 deletions efcms-service/package-lock.json

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

4 changes: 2 additions & 2 deletions efcms-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "CC0-1.0",
"devDependencies": {
"artillery": "^1.6.0-25",
"aws-sdk": "^2.374.0",
"aws-sdk": "^2.375.0",
"aws-sdk-mock": "^4.2.0",
"chai": "^4.1.2",
"chai-string": "^1.4.0",
Expand All @@ -28,7 +28,7 @@
"proxyquire": "^2.1.0",
"serverless": "^1.32.0",
"serverless-aws-documentation": "^1.1.0",
"serverless-domain-manager": "^2.6.5",
"serverless-domain-manager": "^2.6.7",
"serverless-dynamodb-local": "^0.2.35",
"serverless-offline": "^3.30.0",
"serverless-plugin-aws-alerts": "^1.2.4",
Expand Down
10 changes: 10 additions & 0 deletions efcms-service/storage/fixtures/efcms.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"pk": "respondent|activeCase",
"sk": "1a6fb0fb-5f93-479a-9235-7eba43005800"
},
{
"pk": "101-18|case",
"sk": "1a6fb0fb-5f93-479a-9235-7eba43005800"
Expand Down Expand Up @@ -94,6 +98,12 @@
"documentId": "754d7aca-3cb1-4679-a73f-75001b660e20",
"createdAt": "2018-11-21T20:49:28.192Z",
"userId": "taxpayer"
},
{
"documentType": "Answer",
"documentId": "854d7aca-3cb1-4679-a73f-75001b660e20",
"createdAt": "2018-11-21T20:49:28.192Z",
"userId": "respondent"
}
],
"status": "general"
Expand Down
4 changes: 2 additions & 2 deletions web-client/pa11y-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"click element #case-info-tab",
"wait for #paygov to be visible"
],
"timeout": 5000
"timeout": 10000
},
"http://localhost:1234/log-in?token=intakeclerk&path=/",
"http://localhost:1234/log-in?token=intakeclerk&path=/case-detail/101-18",
Expand All @@ -32,7 +32,7 @@
"click element #button-file-document",
"wait for #file-a-document to be visible"
],
"timeout": 5000
"timeout": 10000
}
]
}
164 changes: 8 additions & 156 deletions web-client/package-lock.json

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

4 changes: 1 addition & 3 deletions web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"babel-plugin-cerebral": "^1.0.1",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-env": "^1.7.0",
"blob": "0.0.5",
"cerebral": "^5.0.3",
"cypress": "^3.1.3",
"eslint": "^5.10.0",
Expand All @@ -87,9 +86,8 @@
"form-data": "^2.3.3",
"i": "^0.3.6",
"jest": "^23.6.0",
"jsdom": "^12.2.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"moment": "^2.23.0",
"nightwatch": "^1.0.15",
"nock": "^10.0.4",
"pa11y-ci": "^2.1.1",
Expand Down
51 changes: 0 additions & 51 deletions web-client/src/tests/fileDocumentJourney.test.js

This file was deleted.