diff --git a/examples/my_first_test.py b/examples/my_first_test.py index 83d61484..5f321358 100755 --- a/examples/my_first_test.py +++ b/examples/my_first_test.py @@ -57,6 +57,8 @@ class MyTestClass(BaseCase): # * Types in the new text # * Hits Enter/Submit (if the text ends in "\n") # + # self.update_text(S, T) can also be written as self.type(S, T) + # # 4. There's usually more than one way to do the same thing. Ex: # [ # self.assert_text("xkcd: volume 0", "h3")