From 086c1f1b093d081d30ebbeef80b85928d036e6d8 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 1 Oct 2024 06:37:31 +0000 Subject: [PATCH] Put alternate flow behind ab test so that tests now pass --- app/views/applications/_create_alert_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/applications/_create_alert_form.html.erb b/app/views/applications/_create_alert_form.html.erb index 21e6d5d0b..dafc91d8e 100644 --- a/app/views/applications/_create_alert_form.html.erb +++ b/app/views/applications/_create_alert_form.html.erb @@ -11,7 +11,7 @@ <% else %> - <% if true %> + <% if ab_test("logged_out_alert_flow_order", "sign_in_create_alert", "create_alert_sign_in") == "create_alert_sign_in" %>
<%= image_tag "bookmark.svg", alt: "", class: "mt-2 sm:mt-0" %>