mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
add global attributes and change abbr test
This commit is contained in:
@@ -100,7 +100,8 @@ class TestElements(PyScriptTest):
|
||||
assert "clicked" not in self.console.log.lines == []
|
||||
|
||||
def test_abbr(self):
|
||||
abbr = self._create_el_and_basic_asserts("abbr", "click me")
|
||||
abbr = self._create_el_and_basic_asserts("abbr", "some text")
|
||||
assert abbr.text == "some text"
|
||||
|
||||
def test_element_button(self):
|
||||
button = self._create_el_and_basic_asserts("button", "click me")
|
||||
|
||||
Reference in New Issue
Block a user