Skip to content

Commit

Permalink
fixup! feat: Activate detour flow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Sep 23, 2024
1 parent 3decded commit 72d2d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe("DiversionPage activate workflow", () => {
expect(nextButton.get()).toBeDisabled()

expect(backButton.query()).not.toBeInTheDocument()
// expect(activateButton.query()).not.toBeInTheDocument()
expect(activateButton.query()).not.toBeInTheDocument()
})

test("the 'Cancel' button closes the modal", async () => {
Expand Down

0 comments on commit 72d2d82

Please sign in to comment.