Skip to content

Commit

Permalink
set explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Jan 23, 2025
1 parent caaa801 commit c6b1fb1
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 c6b1fb1

Please sign in to comment.