Skip to content

Commit

Permalink
Merge branch 'master' into translate-dates
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd authored Jan 23, 2025
2 parents 4ddb18f + 46f04f5 commit 4705b56
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 4705b56

Please sign in to comment.