mirror of https://gitlab.com/bashrc2/epicyon
Include tab index in unit test
parent
1183c6e8a8
commit
a057d980cf
2
tests.py
2
tests.py
|
@ -7206,7 +7206,7 @@ def _test_diff_content() -> None:
|
||||||
timezone, system_language)
|
timezone, system_language)
|
||||||
assert html_str
|
assert html_str
|
||||||
expected = \
|
expected = \
|
||||||
'<details><summary class="cw">SHOW EDITS</summary>' + \
|
'<details><summary class="cw" tabindex="10">SHOW EDITS</summary>' + \
|
||||||
'<p><b>Mon Dec 14, 01:07</b></p><p><label class="diff_add">' + \
|
'<p><b>Mon Dec 14, 01:07</b></p><p><label class="diff_add">' + \
|
||||||
'+ This is some content</label><br><label class="diff_remove">' + \
|
'+ This is some content</label><br><label class="diff_remove">' + \
|
||||||
'- This is some previous content</label><br>' + \
|
'- This is some previous content</label><br>' + \
|
||||||
|
|
Loading…
Reference in New Issue