File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def test_dialog_boxes(self):
72
72
message = "<b>This is the SeleniumBase Docs website!</b><br /><br />"
73
73
message += "What would you like to search for?<br />"
74
74
text = self .get_jqc_text_input (message , ["Search" ])
75
- self .update_text ('input[aria-label="Search"]' , text + "\n " )
75
+ self .type ('input[aria-label="Search"]' , text + "\n " )
76
76
self .wait_for_ready_state_complete ()
77
77
self .set_jqc_theme ("bootstrap" , color = "red" , width = "32%" )
78
78
if self .is_text_visible ("No matching documents" , ".md-search-result" ):
@@ -103,7 +103,7 @@ def test_dialog_boxes(self):
103
103
self .open ("https://store.xkcd.com/search" )
104
104
else :
105
105
self .open ("https://en.wikipedia.org/wiki/Special:Search" )
106
- self .highlight_update_text ('input[id*="search"]' , text + "\n " )
106
+ self .highlight_type ('input[id*="search"]' , text + "\n " )
107
107
self .wait_for_ready_state_complete ()
108
108
self .sleep (1 )
109
109
self .highlight ("body" )
You can’t perform that action at this time.
0 commit comments