Skip to content

Commit

Permalink
Create dummy content from local file (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored and fmizzell committed Jun 12, 2019
1 parent f997682 commit 003b66c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 1 addition & 4 deletions cypress/integration/dataset.spec.js
Expand Up @@ -11,9 +11,6 @@ context('Dataset', () => {
})

it('I see the release and update date, identifier, and contact information.', () => {
let today = new Date().toISOString().slice(0, 10);
today = today.toString();

var keys = [
"Publisher",
"Identifier",
Expand All @@ -29,7 +26,7 @@ context('Dataset', () => {
'demo.getdkan.com',
'5dc1cfcf-8028-476c-a020-f58ec6dd621c',
'2013-02-10',
today,
'2019-06-06',
'Gray, Stefanie',
'mailto:datademo@example.com',
'public',
Expand Down

0 comments on commit 003b66c

Please sign in to comment.