Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcevicAntonio committed Dec 27, 2022
1 parent e2a88c0 commit bf7aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ test.describe('App Test', () => {
await page.getByLabel('Search').fill('Oatly Hafer Calcium')
page.getByRole('button', { name: 'Search for item on internet' }).click()
await page
.getByRole('button', { name: 'Hafer Drink, Calcium Oatly 46 kcal%g||ml' })
.getByRole('button', { name: 'Hafer Drink, Calcium Oatly 48 kcal%g||ml' })
.click()
await page.getByRole('button', { name: 'Add Portion' }).click()
await page.getByLabel('Label').nth(1).fill('Schuss')
Expand Down

0 comments on commit bf7aae4

Please sign in to comment.