Skip to content

Commit

Permalink
Merge branch 'main' into kathy-fix-504-bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
crayolakat committed Mar 4, 2024
2 parents 4a64fb1 + b8b651f commit e2d1d44
Show file tree
Hide file tree
Showing 27 changed files with 1,116 additions and 713 deletions.
461 changes: 266 additions & 195 deletions __test__/components/CampaignInteractionStepsForm.test.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions __test__/containers/AssignmentTexterContact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ describe("when contact is not within texting hours...", () => {
let component = mount(
<ThemeContext.Provider value={{ muiTheme }}>
<AssignmentTexterContact
mutations={{}}
texter={propsWithEnforcedTextingHoursCampaign.texter}
campaign={campaign}
assignment={propsWithEnforcedTextingHoursCampaign.assignment}
Expand Down Expand Up @@ -152,6 +153,7 @@ describe("when contact is within texting hours...", () => {
component = mount(
<ThemeContext.Provider value={{ muiTheme }}>
<AssignmentTexterContact
mutations={{}}
texter={propsWithEnforcedTextingHoursCampaign.texter}
campaign={campaign}
assignment={propsWithEnforcedTextingHoursCampaign.assignment}
Expand Down
Loading

0 comments on commit e2d1d44

Please sign in to comment.