Update an example test

This commit is contained in:
Michael Mintz 2022-03-31 18:22:21 -04:00
parent 3df05c593e
commit 650da9df7c
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ class XPathTests(BaseCase):
self.assert_element('//h1[(text()="Demo Page")]')
self.type('//*[@id="myTextInput"]', "XPath Test!")
self.click('//button[starts-with(text(),"Click Me")]')
self.assert_element('//button[contains(., "Purple")]')
self.assert_text("SeleniumBase", '//table/tbody/tr[1]/td[2]/h2')