Include tab index in unit test

merge-requests/25/head
Bob Mottram 2022-06-10 20:55:01 +01:00
parent 1183c6e8a8
commit a057d980cf
1 changed files with 1 additions and 1 deletions

View File

@ -7206,7 +7206,7 @@ def _test_diff_content() -> None:
timezone, system_language)
assert html_str
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">' + \
'+ This is some content</label><br><label class="diff_remove">' + \
'- This is some previous content</label><br>' + \