Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Vermeulen committed Nov 5, 2024
1 parent 7b018cf commit 251b822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Forms/QA/tests/dma_form_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ defmodule DMAFormTest do
|> FlowTester.send("Agree")
|> receive_message(%{text: "*Thank you for completing this*" <> _})
|> results_match([
%Result{name: "mnch_onboarding_dma_form_dma-do-things", value: "dma_form01_agree"} | _
%Result{name: "mnch_onboarding_dma_form_v1.0_dma-do-things", value: "dma_form01_agree"} | _
])
end

Expand All @@ -146,7 +146,7 @@ defmodule DMAFormTest do
|> FlowTester.send("skip")
|> receive_message(%{text: "You are seeing this message because you skipped an answer."})
|> results_match([
%Result{name: "mnch_onboarding_dma_form_dma-do-things", value: "skip"} | _
%Result{name: "mnch_onboarding_dma_form_v1.0_dma-do-things", value: "skip"} | _
])
end

Expand Down

0 comments on commit 251b822

Please sign in to comment.