Skip to content

Commit

Permalink
🧪 improving rules e2e test stability (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Sep 24, 2024
1 parent 2acf996 commit 9c2bb9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/desktop-client/src/components/ManageRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ import { RulesList } from './rules/RulesList';
import { SchedulesQuery } from './rules/SchedulesQuery';
import { SimpleTable } from './rules/SimpleTable';

function mapValue(field, value, { payees, categories, accounts }) {
function mapValue(
field,
value,
{ payees = [], categories = [], accounts = [] },
) {
if (!value) return '';

let object = null;
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3498.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---

e2e: improve rules test stability.

0 comments on commit 9c2bb9b

Please sign in to comment.