We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79822a commit 302b9e9Copy full SHA for 302b9e9
examples/dialog_boxes/dialog_box_tour.py
@@ -87,7 +87,10 @@ def test_dialog_boxes(self):
87
88
self.open("https://seleniumbase.io/help_docs/ReadMe/")
89
self.highlight("h1")
90
- self.highlight_click('a:contains("Running Example Tests")')
+ self.slow_scroll_to('article p a[href*="/examples/ReadMe/"]')
91
+ zoom_in = 'article p a[href*="/examples/ReadMe/"]{zoom: 1.8;}'
92
+ self.add_css_style(zoom_in)
93
+ self.highlight_click('article p a[href*="/examples/ReadMe/"]')
94
95
96
self.set_jqc_theme("bootstrap", color="green", width="52%")
0 commit comments