Skip to content

Commit

Permalink
updated snapshot to include skipContactsInFlow and temba-checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
susanm74 committed Oct 27, 2022
1 parent b5a22e7 commit 4787e84
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ exports[`StartSessionForm render should render 1`] = `
</div>
</div>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
/>
</div>
<div
class="footer"
Expand Down Expand Up @@ -158,6 +163,7 @@ Object {
"recipients": Object {
"value": Array [],
},
"skipContactsInFlow": false,
"startType": Object {
"value": Object {
"name": "Select recipients manually",
Expand Down Expand Up @@ -282,6 +288,12 @@ exports[`StartSessionForm render should render an empty form with no action 2`]
searchable={true}
/>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
onChange={[Function]}
/>
</Dialog>
`;

Expand Down Expand Up @@ -398,6 +410,11 @@ exports[`StartSessionForm render should render contact query 1`] = `
</div>
</div>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
/>
</div>
<div
class="footer"
Expand Down Expand Up @@ -536,6 +553,11 @@ exports[`StartSessionForm render should render create new contacts 1`] = `
</div>
</div>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
/>
</div>
<div
class="footer"
Expand Down Expand Up @@ -701,6 +723,12 @@ exports[`StartSessionForm render should render self, children with base props 1`
searchable={true}
/>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
onChange={[Function]}
/>
</Dialog>
`;

Expand Down Expand Up @@ -817,6 +845,11 @@ exports[`StartSessionForm render should warn about invalid fields in contact que
</div>
</div>
</div>
<temba-checkbox
help_text="Avoid interrupting a contact who is already in a flow."
label="Skip contacts currently in a flow"
name="forms.skip_contacts_in_a_flow"
/>
</div>
<div
class="footer"
Expand Down Expand Up @@ -886,6 +919,7 @@ Object {
},
],
},
"skipContactsInFlow": false,
"startType": Object {
"value": Object {
"name": "Select recipients manually",
Expand Down

0 comments on commit 4787e84

Please sign in to comment.