Skip to content

Commit

Permalink
add Paty
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-kilzer committed Jul 8, 2024
1 parent 9375a4e commit 280b815
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e/team.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test('shows the team in English', async ({ page }) => {
expect(cards).toHaveLength(7)

await verifyTeamMemberCard(cards[0], 'Ann Kilzer', 'Director')
await verifyTeamMemberCard(cards[1], 'Paty Cortez', '')
await verifyTeamMemberCard(cards[1], 'Paty Cortez', 'Director')
await verifyTeamMemberCard(cards[2], 'Maria Tenorio', '')
await verifyTeamMemberCard(cards[3], 'Daria Vazhenina', 'ML & Data Science Lead')
await verifyTeamMemberCard(cards[4], 'Krizza Bullecer', 'Lead')
Expand Down Expand Up @@ -66,7 +66,7 @@ test('shows the team in Japanese', async ({ page }) => {
expect(cards).toHaveLength(7)

await verifyTeamMemberCard(cards[0], 'キルザー·杏', 'ディレクター')
await verifyTeamMemberCard(cards[1], 'Paty Cortez', '')
await verifyTeamMemberCard(cards[1], 'Paty Cortez', 'ディレクター')
await verifyTeamMemberCard(cards[2], 'Maria Tenorio', '')
await verifyTeamMemberCard(cards[3], 'バジェニナ・ダリヤ', 'ML&データサイエンス・リード')
await verifyTeamMemberCard(cards[4], 'ブレサー クリザ', 'リード')
Expand Down
Binary file added public/Paty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/routes/Team/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{
"nameEN": "Paty Cortez",
"nameJA": "",
"titleEN": "",
"titleJA": "",
"image": "",
"titleEN": "Director",
"titleJA": "ディレクター",
"image": "Paty.jpg",
"url": ""
},
{
Expand Down

0 comments on commit 280b815

Please sign in to comment.