Skip to content

Commit 5609546

Browse files
authored
Merge pull request #775 from citation-file-format/637-orcid-bug
2 parents 8efe4f3 + eea6762 commit 5609546

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

cypress/e2e/specific.cy.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
describe('Issue 637 - ORCID freeze', () => {
2+
it('should work when writing a full ORCID with dashes', () => {
3+
cy.visit('/authors')
4+
cy.dataCy('btn-add-author')
5+
.click()
6+
cy.dataCy('input-orcid')
7+
.type('1234-1234-1234-1234')
8+
})
9+
})

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"deep-filter": "^1.0.2",
3030
"js-yaml": "^3.14.1",
3131
"kebabcase-keys": "^1.0.0",
32-
"quasar": "^2.0.0"
32+
"quasar": "^2.10.1"
3333
},
3434
"devDependencies": {
3535
"@babel/eslint-parser": "^7.13.14",

0 commit comments

Comments
 (0)