Update a comment

This commit is contained in:
Michael Mintz 2021-02-13 08:34:50 -05:00
parent 1308ece211
commit b7c571864b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class MyTestClass(BaseCase):
# Assert exact text # Assert exact text
self.assert_exact_text("Demo Page", "h1") self.assert_exact_text("Demo Page", "h1")
# Highlight a page element (also assert visibility) # Highlight a page element (Also asserts visibility)
self.highlight("h2") self.highlight("h2")
# Assert no broken links (Can be slow if many links) # Assert no broken links (Can be slow if many links)