-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Enter the "Activated" state when "Activate Detour" button is clicked #2714
Conversation
Coverage of commit
|
Coverage of commit
|
c148d42
to
81a3828
Compare
Coverage of commit
|
81a3828
to
e7a3891
Compare
Coverage of commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 🎉
@@ -81,4 +81,14 @@ describe("DiversionPage activate workflow", () => { | |||
|
|||
expect(activateDetourButton.get()).toBeVisible() | |||
}) | |||
|
|||
test("clicking the activate button shows the 'Active Detour' screen", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blocking: there is not yet an "active detour" screen, so the test (appropriately, I think) checks that the old screen is gone. Should the name of the test be changed?
test("clicking the activate button shows the 'Active Detour' screen", async () => { | |
test("clicking the activate button changes screen from 'Share Detour Details'", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Errr - woops! Auto-merge scooped your (very accurate) comment.
But I think #2715 makes the test name accurate again.
Screen.Recording.2024-07-31.at.10.42.36.AM.mov
Asana Ticket: https://app.asana.com/0/1205718271156548/1207935854187630/f
Subtask Of: https://app.asana.com/0/1148853526253420/1205836718156544/f
Depends on:
Activate
button gated behind detours-list test group #2713