Skip to content

Commit

Permalink
fix: 5
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed May 19, 2024
1 parent d7dd6c3 commit 2154316
Showing 1 changed file with 19 additions and 59 deletions.
78 changes: 19 additions & 59 deletions api/src/timeslots/timeslots.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,8 @@ describe('TimeslotsController', () => {
oauthId: '1',
firstName: 'Pasquale',
lastName: 'Bianco',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '3405174444',
telegramId: 'pbianco',
role: Role.Member,
is_board: true,
is_expert: true,
Expand All @@ -947,10 +945,8 @@ describe('TimeslotsController', () => {
oauthId: '2',
firstName: 'John',
lastName: 'Doe',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '1234567890',
telegramId: 'jdoe',
role: Role.Member,
is_board: false,
is_expert: true,
Expand All @@ -959,10 +955,8 @@ describe('TimeslotsController', () => {
oauthId: '3',
firstName: 'Jane',
lastName: 'Smith',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '9876543210',
telegramId: 'jsmith',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -971,10 +965,8 @@ describe('TimeslotsController', () => {
oauthId: '4',
firstName: 'Michael',
lastName: 'Johnson',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '5555555555',
telegramId: 'mjohnson',
role: Role.Member,
is_board: true,
is_expert: true,
Expand All @@ -983,10 +975,8 @@ describe('TimeslotsController', () => {
oauthId: '5',
firstName: 'Emily',
lastName: 'Brown',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '1111111111',
telegramId: 'ebrown',
role: Role.Member,
is_board: false,
is_expert: true,
Expand All @@ -995,10 +985,8 @@ describe('TimeslotsController', () => {
oauthId: '6',
firstName: 'David',
lastName: 'Wilson',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '2222222222',
telegramId: 'dwilson',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1007,10 +995,8 @@ describe('TimeslotsController', () => {
oauthId: '7',
firstName: 'Olivia',
lastName: 'Johnson',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '3333333333',
telegramId: 'ojohnson',
role: Role.Member,
is_board: true,
is_expert: false,
Expand All @@ -1019,10 +1005,8 @@ describe('TimeslotsController', () => {
oauthId: '8',
firstName: 'James',
lastName: 'Smith',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '4444444444',
telegramId: 'jsmith',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1031,10 +1015,8 @@ describe('TimeslotsController', () => {
oauthId: '9',
firstName: 'Sophia',
lastName: 'Miller',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '5555555555',
telegramId: 'smiller',
role: Role.Member,
is_board: false,
is_expert: true,
Expand All @@ -1043,10 +1025,8 @@ describe('TimeslotsController', () => {
oauthId: '10',
firstName: 'Benjamin',
lastName: 'Davis',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '6666666666',
telegramId: 'bdavis',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1057,8 +1037,6 @@ describe('TimeslotsController', () => {
lastName: 'Wilson',
sex: 'female',
email: '[email protected]',
phone_no: '7777777777',
telegramId: 'awilson',
role: Role.Member,
is_board: true,
is_expert: true,
Expand All @@ -1067,10 +1045,8 @@ describe('TimeslotsController', () => {
oauthId: '12',
firstName: 'William',
lastName: 'Anderson',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '8888888888',
telegramId: 'wanderson',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1079,10 +1055,8 @@ describe('TimeslotsController', () => {
oauthId: '13',
firstName: 'Mia',
lastName: 'Thomas',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '9999999999',
telegramId: 'mthomas',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1091,10 +1065,8 @@ describe('TimeslotsController', () => {
oauthId: '14',
firstName: 'Alexander',
lastName: 'Taylor',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '1111111111',
telegramId: 'ataylor',
role: Role.Member,
is_board: false,
is_expert: true,
Expand All @@ -1103,10 +1075,8 @@ describe('TimeslotsController', () => {
oauthId: '15',
firstName: 'Charlotte',
lastName: 'Clark',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '2222222222',
telegramId: 'cclark',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1115,10 +1085,8 @@ describe('TimeslotsController', () => {
oauthId: '16',
firstName: 'Daniel',
lastName: 'Moore',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '3333333333',
telegramId: 'dmoore',
role: Role.Member,
is_board: false,
is_expert: false,
Expand All @@ -1127,10 +1095,8 @@ describe('TimeslotsController', () => {
oauthId: '17',
firstName: 'Amelia',
lastName: 'Walker',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '4444444444',
telegramId: 'awalker',
role: Role.Clerk,
is_board: false,
is_expert: false,
Expand All @@ -1139,10 +1105,8 @@ describe('TimeslotsController', () => {
oauthId: '18',
firstName: 'Matthew',
lastName: 'Lewis',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '5555555555',
telegramId: 'mlewis',
role: Role.Admin,
is_board: false,
is_expert: true,
Expand All @@ -1151,10 +1115,8 @@ describe('TimeslotsController', () => {
oauthId: '19',
firstName: 'Ella',
lastName: 'Harris',
sex: 'female',
sex: 'F',
email: '[email protected]',
phone_no: '6666666666',
telegramId: 'eharris',
role: Role.Supervisor,
is_board: false,
is_expert: true,
Expand All @@ -1163,10 +1125,8 @@ describe('TimeslotsController', () => {
oauthId: '20',
firstName: 'Joseph',
lastName: 'King',
sex: 'male',
sex: 'M',
email: '[email protected]',
phone_no: '7777777777',
telegramId: 'jking',
role: Role.Supervisor,
is_board: true,
is_expert: false,
Expand Down

0 comments on commit 2154316

Please sign in to comment.