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.
2 parents 39bdd8a + 4f75299 commit e92e682Copy full SHA for e92e682
dash/testing/wait.py
@@ -64,7 +64,6 @@ def __call__(self, driver):
64
elem.get_attribute("value")
65
)
66
except WebDriverException:
67
- logger.exception("contains_text encountered an exception")
68
return False
69
70
@@ -82,7 +81,6 @@ def __call__(self, driver):
82
81
or str(elem.get_attribute("value")) == self.text
83
84
85
- logger.exception("text_to_equal encountered an exception")
86
87
88
@@ -99,5 +97,4 @@ def __call__(self, driver):
99
97
logger.debug("style to equal {%s} => expected %s", val, self.val)
100
98
return val == self.val
101
102
- logger.exception("style_to_equal encountered an exception")
103
0 commit comments