Skip to content

Commit 9e255a4

Browse files
committed
Update comments in a test
1 parent e7234fc commit 9e255a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/my_first_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ def test_basic(self):
7676
# title = element.get_attribute("title")
7777
# ]
7878
#
79-
# For backwards-compatibilty, some methods have multiple names.
79+
# For backwards-compatibilty, some SeleniumBase methods that do the
80+
# same thing have multiple names, kept on from previous versions.
8081
# Ex: wait_for_element_visible() is the same as find_element().
8182
# Both search for and return the element, and raise an exception if
8283
# the element does not appear on the page within the timeout limit.
84+
# And assert_element() also does this (minus returning the element).
85+
#
8386
# (See seleniumbase/fixtures/base_case.py for the full method list.)

0 commit comments

Comments
 (0)