@@ -17,7 +17,7 @@ exports[`CaseList render should render empty list 1`] = `
1717 class = " ele group"
1818 >
1919 <div
20- class = " kase has_phrase "
20+ class = " kase has_only_phrase "
2121 data-draggable = " true"
2222 >
2323 <temba-icon
@@ -38,7 +38,7 @@ exports[`CaseList render should render empty list 1`] = `
3838 name = " operator"
3939 namekey = " verboseName"
4040 valuekey = " type"
41- values = " [{\\" type\\":\\"has_phrase \\",\\"verboseName\\":\\"has the phrase\\",\\"operands\\":1}]"
41+ values = " [{\\" type\\":\\"has_only_phrase \\",\\"verboseName\\":\\"has only the phrase\\",\\"operands\\":1}]"
4242 />
4343 </div >
4444 </div >
@@ -287,7 +287,7 @@ exports[`CaseList render should render list of cases 1`] = `
287287 class = " ele group"
288288 >
289289 <div
290- class = " kase has_phrase "
290+ class = " kase has_only_phrase "
291291 data-draggable = " true"
292292 >
293293 <temba-icon
@@ -308,7 +308,7 @@ exports[`CaseList render should render list of cases 1`] = `
308308 name = " operator"
309309 namekey = " verboseName"
310310 valuekey = " type"
311- values = " [{\\" type\\":\\"has_phrase \\",\\"verboseName\\":\\"has the phrase\\",\\"operands\\":1}]"
311+ values = " [{\\" type\\":\\"has_only_phrase \\",\\"verboseName\\":\\"has only the phrase\\",\\"operands\\":1}]"
312312 />
313313 </div >
314314 </div >
@@ -663,7 +663,7 @@ exports[`CaseList updates should remove cases 1`] = `
663663 class = " ele group"
664664 >
665665 <div
666- class = " kase has_phrase "
666+ class = " kase has_only_phrase "
667667 data-draggable = " true"
668668 >
669669 <temba-icon
@@ -684,7 +684,7 @@ exports[`CaseList updates should remove cases 1`] = `
684684 name = " operator"
685685 namekey = " verboseName"
686686 valuekey = " type"
687- values = " [{\\" type\\":\\"has_phrase \\",\\"verboseName\\":\\"has the phrase\\",\\"operands\\":1}]"
687+ values = " [{\\" type\\":\\"has_only_phrase \\",\\"verboseName\\":\\"has only the phrase\\",\\"operands\\":1}]"
688688 />
689689 </div >
690690 </div >
@@ -935,7 +935,7 @@ exports[`CaseList updates should update cases 1`] = `
935935 class = " ele group"
936936 >
937937 <div
938- class = " kase has_phrase "
938+ class = " kase has_only_phrase "
939939 data-draggable = " true"
940940 >
941941 <temba-icon
@@ -956,7 +956,7 @@ exports[`CaseList updates should update cases 1`] = `
956956 name = " operator"
957957 namekey = " verboseName"
958958 valuekey = " type"
959- values = " [{\\" type\\":\\"has_phrase \\",\\"verboseName\\":\\"has the phrase\\",\\"operands\\":1}]"
959+ values = " [{\\" type\\":\\"has_only_phrase \\",\\"verboseName\\":\\"has only the phrase\\",\\"operands\\":1}]"
960960 />
961961 </div >
962962 </div >
0 commit comments