Skip to content

Commit e92e682

Browse files
author
Jody McIntyre
authored
Merge pull request #1138 from plotly/reduce-test-warnings
Reduce test warnings
2 parents 39bdd8a + 4f75299 commit e92e682

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dash/testing/wait.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __call__(self, driver):
6464
elem.get_attribute("value")
6565
)
6666
except WebDriverException:
67-
logger.exception("contains_text encountered an exception")
6867
return False
6968

7069

@@ -82,7 +81,6 @@ def __call__(self, driver):
8281
or str(elem.get_attribute("value")) == self.text
8382
)
8483
except WebDriverException:
85-
logger.exception("text_to_equal encountered an exception")
8684
return False
8785

8886

@@ -99,5 +97,4 @@ def __call__(self, driver):
9997
logger.debug("style to equal {%s} => expected %s", val, self.val)
10098
return val == self.val
10199
except WebDriverException:
102-
logger.exception("style_to_equal encountered an exception")
103100
return False

0 commit comments

Comments
 (0)