Change error to warning for text not found on page

This commit is contained in:
larryhynes 2015-11-21 23:47:00 +00:00
parent 39def173ca
commit 706a4e3d39

View File

@ -530,7 +530,7 @@ class WebView(QWebView):
"match for: {}".format(text),
immediately=True)
else:
message.error(self.win_id, "Text '{}' not found on "
message.warning(self.win_id, "Text '{}' not found on "
"page!".format(text), immediately=True)
else:
def check_scroll_pos():