File tree 2 files changed +5
-1
lines changed
src/pytest_html/resources
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>``).
6
6
Version History
7
7
---------------
8
8
9
+ 4.0.3 (2023-09-14)
10
+ ~~~~~~~~~~~~~~~~~~
11
+ * Fix typo ("ge" instead of "get") in green Reload button in report file.
12
+
9
13
4.0.2 (2023-09-12)
10
14
~~~~~~~~~~~~~~~~~~
11
15
Original file line number Diff line number Diff line change 74
74
<p class =" filter" >(Un)check the boxes to filter the results.</p >
75
75
<div class =" summary__reload" >
76
76
<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 >
78
78
</div >
79
79
</div >
80
80
<div class =" summary__spacer" ></div >
You can’t perform that action at this time.
0 commit comments