Skip to content

Commit

Permalink
Update Maria and Aidan
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-kilzer committed Jul 16, 2024
1 parent 270e049 commit 8e9d470
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions e2e/team.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test('shows the team in English', async ({ page }) => {

await verifyTeamMemberCard(cards[0], 'Ann Kilzer', 'Director')
await verifyTeamMemberCard(cards[1], 'Paty Cortez', 'Director')
await verifyTeamMemberCard(cards[2], 'Maria Tenorio', '')
await verifyTeamMemberCard(cards[2], 'Maria Tenorio', 'Lead')
await verifyTeamMemberCard(cards[3], 'Daria Vazhenina', 'ML & Data Science Lead')
await verifyTeamMemberCard(cards[4], 'Krizza Bullecer', 'Lead')
await verifyTeamMemberCard(cards[5], 'Ania Nakayama', '')
await verifyTeamMemberCard(cards[6], 'Aidan Fournier', '')
await verifyTeamMemberCard(cards[5], 'Ania Nakayama', 'Lead')
await verifyTeamMemberCard(cards[6], 'Aidan Fournier', 'Lead')

// verify link
const links = await page.getByLabel('link-wrapper').all()
Expand Down Expand Up @@ -67,9 +67,9 @@ test('shows the team in Japanese', async ({ page }) => {

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

0 comments on commit 8e9d470

Please sign in to comment.