File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ def main():
613
613
data .append (" def test_google_dot_com(self):" )
614
614
data .append (' self.open("https://google.com/ncr")' )
615
615
data .append (' self.type(HomePage.search_box, "github")' )
616
- data .append (" self.assert_element(HomePage.list_box)" )
617
616
data .append (" self.assert_element(HomePage.search_button)" )
618
617
data .append (" self.assert_element(HomePage.feeling_lucky_button)" )
619
618
data .append (" self.click(HomePage.search_button)" )
@@ -631,7 +630,6 @@ def main():
631
630
data .append ("class HomePage(object):" )
632
631
data .append (" dialog_box = '[role=\" dialog\" ] div'" )
633
632
data .append (" search_box = 'input[title=\" Search\" ]'" )
634
- data .append (" list_box = '[role=\" listbox\" ]'" )
635
633
data .append (" search_button = 'input[value=\" Google Search\" ]'" )
636
634
data .append (
637
635
' feeling_lucky_button = """input[value="I\' m Feeling Lucky"]"""'
You can’t perform that action at this time.
0 commit comments