Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Feb 3, 2025
1 parent 5aef488 commit 78fb2e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion cypress/tests/data/60-content/CmontgomerieSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ describe('Data suite: Cmontgomerie', function() {
{
givenName: {en: 'Mark'},
familyName: {en: 'Irvine'},
affiliation: {en: 'University of Victoria'},
affiliations: [
{
name: {en: 'University of Victoria'}
}
],
email: '[email protected]',
country: 'CA',
userGroupId: Cypress.env('authorUserGroupId')
Expand Down
6 changes: 5 additions & 1 deletion cypress/tests/data/60-content/EostromSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ describe('Data suite tests', function() {
{
givenName: {en: 'Frank'},
familyName: {en: 'van Laerhoven'},
affiliation: {en: 'Indiana University'},
affiliations: [
{
name: {en: 'Indiana University'}
}
],
email: '[email protected]',
country: 'US',
userGroupId: Cypress.env('authorUserGroupId')
Expand Down
6 changes: 5 additions & 1 deletion cypress/tests/data/60-content/KalkhafajiSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ describe('Data suite tests', function() {
{
givenName: {en: 'Margaret'},
familyName: {en: 'Morse'},
affiliation: {en: 'Stanford University'},
affiliations: [
{
name: {en: 'Stanford University'}
}
],
email: '[email protected]',
country: 'US',
userGroupId: Cypress.env('authorUserGroupId')
Expand Down

0 comments on commit 78fb2e2

Please sign in to comment.