File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/pytest_html/resources Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
66Version History
77---------------
88
9+ 4.0.3 (2023-09-14)
10+ ~~~~~~~~~~~~~~~~~~
11+ * Fix typo ("ge" instead of "get") in green Reload button in report file.
12+
9134.0.2 (2023-09-12)
1014~~~~~~~~~~~~~~~~~~
1115
Original file line number Diff line number Diff line change 7474 <p class =" filter" >(Un)check the boxes to filter the results.</p >
7575 <div class =" summary__reload" >
7676 <div class =" summary__reload__button {{ 'hidden' if running_state == 'finished' }}" onclick =" location.reload()" >
77- <div >There are still tests running. <br />Reload this page to ge the latest results!</div >
77+ <div >There are still tests running. <br />Reload this page to get the latest results!</div >
7878 </div >
7979 </div >
8080 <div class =" summary__spacer" ></div >
You can’t perform that action at this time.
0 commit comments