Skip to content

Commit

Permalink
Put alternate flow behind ab test so that tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 1, 2024
1 parent 5fc0e7d commit 086c1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/applications/_create_alert_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>
<% else %>
<% if true %>
<% if ab_test("logged_out_alert_flow_order", "sign_in_create_alert", "create_alert_sign_in") == "create_alert_sign_in" %>
<div class="flex items-start gap-6 px-8 py-4 mt-8 sm:pr-4 sm:py-2 sm:items-center bg-light-grey">
<%= image_tag "bookmark.svg", alt: "", class: "mt-2 sm:mt-0" %>
<div class="flex flex-col gap-4 sm:flex-row sm:justify-between grow sm:items-center">
Expand Down

0 comments on commit 086c1f1

Please sign in to comment.