-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,23 +34,35 @@ describe('Data suite tests', function() { | |
'givenName': {en: 'Toby'}, | ||
'familyName': {en: 'Miller'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Alberta'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Alberta'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Ira'}, | ||
'familyName': {en: 'Wagman'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'Athabasca University'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'Athabasca University'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Will'}, | ||
'familyName': {en: 'Straw'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Calgary'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Calgary'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,23 +35,35 @@ describe('Data suite tests', function() { | |
'givenName': {en: 'Greg'}, | ||
'familyName': {en: 'Bobish'}, | ||
'country': 'US', | ||
'affiliation': {en: 'SUNY'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'SUNY'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Daryl'}, | ||
'familyName': {en: 'Bullis'}, | ||
'country': 'US', | ||
'affiliation': {en: 'SUNY'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'SUNY'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Jenna'}, | ||
'familyName': {en: 'Hecker'}, | ||
'country': 'US', | ||
'affiliation': {en: 'SUNY'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'SUNY'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
|
@@ -140,7 +152,7 @@ describe('Data suite tests', function() { | |
cy.login('minoue', null, 'publicknowledge'), | ||
cy.findSubmissionAsEditor('minoue', null, 'Bernnard', null, 'Assigned to me'); | ||
|
||
|
||
// Recommend | ||
cy.clickDecision('Recommend Accept'); | ||
cy.recordRecommendation('Recommend Accept', ['Daniel Barnes', 'David Buskins']); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,31 +33,47 @@ describe('Data suite tests', function() { | |
'givenName': {en: 'Terry'}, | ||
'familyName': {en: 'Anderson'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Calgary'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Calgary'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Paul'}, | ||
'familyName': {en: 'Gorsky'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Alberta'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Alberta'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Gale'}, | ||
'familyName': {en: 'Parchoma'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'Athabasca University'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'Athabasca University'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Stuart'}, | ||
'familyName': {en: 'Palmer'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Alberta'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Alberta'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,15 +34,23 @@ describe('Data suite tests', function() { | |
'givenName': {en: 'Brian'}, | ||
'familyName': {en: 'Dupuis'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'Athabasca University'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'Athabasca University'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
}, | ||
{ | ||
'givenName': {en: 'Michael'}, | ||
'familyName': {en: 'Wilson'}, | ||
'country': 'CA', | ||
'affiliation': {en: 'University of Calgary'}, | ||
'affiliations': [ | ||
{ | ||
'name': {en: 'University of Calgary'} | ||
} | ||
], | ||
'email': '[email protected]', | ||
userGroupId: Cypress.env('authorUserGroupId') | ||
} | ||
|