diff --git a/tests/ui-rd-tests/src/test/kotlin/ManageLicensesFrame.kt b/tests/ui-rd-tests/src/test/kotlin/ManageLicensesFrame.kt
index a59dea0e5..a414174a8 100644
--- a/tests/ui-rd-tests/src/test/kotlin/ManageLicensesFrame.kt
+++ b/tests/ui-rd-tests/src/test/kotlin/ManageLicensesFrame.kt
@@ -27,11 +27,11 @@ class ManageLicensesFrame(remoteRobot: RemoteRobot, remoteComponent: RemoteCompo
   fun enableFreeTier() {
     find<ComponentFixture>(
       byXpath(
-        "//div[@class='SegmentedButton' and @action='Non-commercial use (null)']",
+        "//div[@class='SegmentedButton' and @action='Start trial (null)']",
       )
     ).click()
-    checkBox("I agree with", contains = true).select()
-    button("Start Non-Commercial Use").click()
+//    checkBox("I agree with", contains = true).select()
+    button("Start Free 30-Day Trial").click()
     button("Close").click()
   }
 }