Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Oct 17, 2023
1 parent 716ff10 commit a5c8757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/utils/testing-data-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ export const createOrganization = (name, userEmail) => {
"name": name,
"type": "k12",
"state": "CA",
"firstName": "Cypress admin first",
"firstName": "Greg",
"middleName": "",
"lastName": "Cypress admin last",
"lastName": "McTester",
"email": userEmail,
"workPhoneNumber": "2123892839"
}).then((res) => {
Expand Down

0 comments on commit a5c8757

Please sign in to comment.