Testing #307

Merged
bones7242 merged 16 commits from testing into master 2017-12-19 00:30:32 +01:00
Showing only changes of commit 07d0031f1c - Show all commits

View file

@ -84,7 +84,8 @@ describe('end-to-end', function () {
describe('publish', function () { describe('publish', function () {
const publishUrl = '/api/claim-publish'; const publishUrl = '/api/claim-publish';
const name = 'test-name2'; const date = new Date();
const name = `test-publish-${date.getFullYear()}-${date.getMonth()}-${date.getDate()}-${date.getTime()}`;
const filePath = './test/mock-files/bird.jpeg'; const filePath = './test/mock-files/bird.jpeg';
const fileName = 'byrd.jpeg'; const fileName = 'byrd.jpeg';