test: add test for pdf upload
Showing
- cypress/fixtures/test-docx.docx 0 additions, 0 deletionscypress/fixtures/test-docx.docx
- cypress/fixtures/test-pdf.pdf 0 additions, 0 deletionscypress/fixtures/test-pdf.pdf
- cypress/integration/upload_spec.js 22 additions, 0 deletionscypress/integration/upload_spec.js
- cypress/support/commands.js 2 additions, 0 deletionscypress/support/commands.js
- package.json 1 addition, 0 deletionspackage.json
cypress/fixtures/test-docx.docx
0 → 100644
File added
cypress/fixtures/test-pdf.pdf
0 → 100644
File added
cypress/integration/upload_spec.js
0 → 100644
... | ... | @@ -86,6 +86,7 @@ |
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.28.4", | ||
"cypress": "^3.7.0", | ||
"cypress-file-upload": "^3.5.0", | ||
"eslint": "^4.12.0", | ||
"eslint-config-pubsweet": "^0.0.6", | ||
"eslint-plugin-import": "^2.8.0", | ||
... | ... |
Please register or sign in to comment