We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f69a8e commit 7e6c486Copy full SHA for 7e6c486
examples/test_shadow_dom.py
@@ -59,6 +59,7 @@ def test_shadow_dom(self):
59
self.assert_text(file_name_2, file_link)
60
print(" Download 2: %s" % self.get_text(file_link))
61
self.click(clear_search_icon)
62
- self.click(remove_button)
63
64
- self.assert_text("Files you download appear here", no_downloads_area)
+ self.type(search_input, "fake-file.zzz")
+ self.assert_text("No search results found", no_downloads_area)
+ self.click(clear_search_icon)
65
+ self.assert_element(remove_button)
0 commit comments