diff --git a/examples/tour_examples/bootstrap_google_tour.py b/examples/tour_examples/bootstrap_google_tour.py index 31fcdfcc..e6bd2750 100644 --- a/examples/tour_examples/bootstrap_google_tour.py +++ b/examples/tour_examples/bootstrap_google_tour.py @@ -80,7 +80,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/driverjs_maps_tour.py b/examples/tour_examples/driverjs_maps_tour.py index b18bec03..c1e0d934 100644 --- a/examples/tour_examples/driverjs_maps_tour.py +++ b/examples/tour_examples/driverjs_maps_tour.py @@ -54,7 +54,7 @@ class MyTestClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/google_tour.py b/examples/tour_examples/google_tour.py index 885c8cef..b146ec47 100644 --- a/examples/tour_examples/google_tour.py +++ b/examples/tour_examples/google_tour.py @@ -88,7 +88,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/hopscotch_google_tour.py b/examples/tour_examples/hopscotch_google_tour.py index 5c92ab53..353293dd 100644 --- a/examples/tour_examples/hopscotch_google_tour.py +++ b/examples/tour_examples/hopscotch_google_tour.py @@ -80,7 +80,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/introjs_google_tour.py b/examples/tour_examples/introjs_google_tour.py index 5f7f5402..b131f04a 100644 --- a/examples/tour_examples/introjs_google_tour.py +++ b/examples/tour_examples/introjs_google_tour.py @@ -81,7 +81,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/maps_introjs_tour.py b/examples/tour_examples/maps_introjs_tour.py index 570138a4..20d70ec7 100644 --- a/examples/tour_examples/maps_introjs_tour.py +++ b/examples/tour_examples/maps_introjs_tour.py @@ -53,7 +53,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step( diff --git a/examples/tour_examples/shepherd_google_tour.py b/examples/tour_examples/shepherd_google_tour.py index fda130d4..76553786 100644 --- a/examples/tour_examples/shepherd_google_tour.py +++ b/examples/tour_examples/shepherd_google_tour.py @@ -84,7 +84,7 @@ class MyTourClass(BaseCase): ) self.add_tour_step( "Or click here to see more Google apps.", - '[title="Google apps"]', + '[aria-label="Google apps"]', alignment="left", ) self.add_tour_step(