Skip to content
Snippets Groups Projects
Unverified Commit 9c2bb9b3 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:test_tube: improving rules e2e test stability (#3498)

parent 2acf9964
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,11 @@ import { RulesList } from './rules/RulesList'; ...@@ -35,7 +35,11 @@ import { RulesList } from './rules/RulesList';
import { SchedulesQuery } from './rules/SchedulesQuery'; import { SchedulesQuery } from './rules/SchedulesQuery';
import { SimpleTable } from './rules/SimpleTable'; import { SimpleTable } from './rules/SimpleTable';
function mapValue(field, value, { payees, categories, accounts }) { function mapValue(
field,
value,
{ payees = [], categories = [], accounts = [] },
) {
if (!value) return ''; if (!value) return '';
let object = null; let object = null;
......
---
category: Maintenance
authors: [MatissJanis]
---
e2e: improve rules test stability.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment