Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Sep 20, 2024
1 parent e33a778 commit bf87b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/lute_test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def _to_string(t):
# Note that selenium's t.text accessor strips leading/trailing whitespace,
# so if a span contains " ", t.text returns "". We need the actual
# inner html.
# pylint: disable=protected-access
inner_html = t._element.get_attribute("innerHTML")
zws = "\u200B"
inner_html = inner_html.replace(zws, "")
Expand Down

0 comments on commit bf87b34

Please sign in to comment.