Update comments

This commit is contained in:
Michael Mintz 2020-06-14 00:50:44 -04:00
parent 7181b0f746
commit 9ee1fa716f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Usage:
def test_anything(self):
# Write your code here. Example:
self.open("https://github.com/")
self.update_text("input.header-search-input", "SeleniumBase\n")
self.type("input.header-search-input", "SeleniumBase\n")
self.click('a[href="/seleniumbase/SeleniumBase"]')
self.assert_element("div.repository-content")
....