Skip to content

Commit

Permalink
add/remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyaGu authored and wheresrhys committed Feb 5, 2020
1 parent adff925 commit cdb4dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseUrl": "http://localhost:8888",
"integrationFolder": "./packages/tc-ui/src/",
"testFiles": "**/*.cyp.js"
"integrationFolder": "./packages/tc-ui/src/",
"testFiles": "**/*.cyp.js"
}
4 changes: 2 additions & 2 deletions cypress/fixtures/mainTypeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"someDate": "2020-01-15",
"someDatetime": "2020-01-15T13:00",
"someUrl": "https://google.com",
"promptText": "Please fill out all fields required for the minimum viable record before creating a new record.\nType SAVE INCOMPLETE RECORD below to proceed, or click cancel to return to the form",
"deleteConfirmText": "Are you sure you wish to delete?\n\nUnless you created something by accident, a more appropriate action is usually to mark the record as inactive, either in the Is Active or Lifecycle Stage fields,"
"promptText": "Please fill out all fields required for the minimum viable record before creating a new record.\nType SAVE INCOMPLETE RECORD below to proceed, or click cancel to return to the form",
"deleteConfirmText": "Are you sure you wish to delete?\n\nUnless you created something by accident, a more appropriate action is usually to mark the record as inactive, either in the Is Active or Lifecycle Stage fields,"
}

0 comments on commit cdb4dfc

Please sign in to comment.