We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3e81d commit 50a657fCopy full SHA for 50a657f
test/fixtures/cases.js
@@ -26,6 +26,14 @@ const cases = [
26
match: { name: 'Ali Mdoe' },
27
model: 'Party',
28
},
29
+ stage: {
30
+ match: { namespace: 'CaseStage', 'strings.name.en': 'Confirmed' },
31
+ model: 'Predefine',
32
+ },
33
+ severity: {
34
+ match: { namespace: 'CaseSeverity', 'strings.name.en': 'Severe' },
35
36
37
'victim.gender': {
38
match: { namespace: 'PartyGender', 'strings.name.en': 'Female' },
39
model: 'Predefine',
0 commit comments