Skip to content

Commit

Permalink
fix mobile template application e2e test (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd authored Jan 23, 2025
1 parent caaa801 commit 46f04f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/e2e/budget.mobile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ budgetTypes.forEach(budgetType => {
await expect(budgetedButton).toHaveText(
amountToCurrency(amountToTemplate),
);
const notification = page.getByRole('alert');
const notification = page.getByRole('alert').first();
await expect(notification).toContainText(templateNotes);
await expect(page).toMatchThemeScreenshots();
});
Expand Down

0 comments on commit 46f04f5

Please sign in to comment.