Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Nov 13, 2018
1 parent 6513214 commit 638c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/elements/div_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_raises_correct_exception_for_text_if_element_does_not_exist(self, brows
# custom attributes

def test_returns_the_custom_attribute_if_the_element_exists(self, browser):
assert browser.div(custom_attribute='custom''custom').attribute_value('custom-attribute') == 'custom'
assert browser.div(custom_attribute='custom').attribute_value('custom-attribute') == 'custom'


def test_finds_all_attribute_methods(browser):
Expand Down

0 comments on commit 638c300

Please sign in to comment.