diff --git a/test_driver/main_test.dart b/test_driver/main_test.dart
index e2299c55..93f208e6 100644
--- a/test_driver/main_test.dart
+++ b/test_driver/main_test.dart
@@ -135,7 +135,7 @@ void main() {
       await _takeScreenshot();
 
       // Select Card View
-      var cardView = find.text("Card View (Experimental)");
+      var cardView = find.text("Card View");
       await driver.waitFor(cardView, timeout: const Duration(seconds: 2));
       await driver.tap(cardView);
       await Future.delayed(const Duration(milliseconds: 100));