@@ -823,7 +823,7 @@ defmodule CodexPoolerWeb.Admin.UpstreamCockpitLiveTest do
823823 disabled_selector = "#upstream-assignment-#{ disabled_assignment . id } "
824824
825825 assert has_element? ( view , primary_selector , "Primary assignment serving production traffic" )
826- assert has_element? ( view , primary_selector , "Status Primary (status-primary) " )
826+ assert has_element? ( view , primary_selector , "Status Primary" )
827827 assert has_element? ( view , "#{ primary_selector } -pool-link[href='/admin/pools']" )
828828 assert has_element? ( view , primary_selector , "Assignment active" )
829829 assert has_element? ( view , primary_selector , "Health active" )
@@ -833,7 +833,7 @@ defmodule CodexPoolerWeb.Admin.UpstreamCockpitLiveTest do
833833 assert has_element? ( view , primary_selector , "Active assignment" )
834834
835835 assert has_element? ( view , disabled_selector , "Disabled failover assignment" )
836- assert has_element? ( view , disabled_selector , "Status Secondary (status-secondary) " )
836+ assert has_element? ( view , disabled_selector , "Status Secondary" )
837837 assert has_element? ( view , "#{ disabled_selector } -pool-link[href='/admin/pools']" )
838838 assert has_element? ( view , disabled_selector , "Assignment disabled" )
839839 assert has_element? ( view , disabled_selector , "Health disabled" )
@@ -1233,7 +1233,7 @@ defmodule CodexPoolerWeb.Admin.UpstreamCockpitLiveTest do
12331233
12341234 assert cockpit . assignments . count == 1
12351235
1236- assert [ % { pool_id: pool_id , pool_label: "Rich Cockpit (rich-cockpit) " } ] =
1236+ assert [ % { pool_id: pool_id , pool_label: "Rich Cockpit" } ] =
12371237 cockpit . assignments . items
12381238
12391239 assert pool_id == pool . id
0 commit comments