Skip to content

Commit

Permalink
Pytest html fix reload button typo (pytest-dev#738)
Browse files Browse the repository at this point in the history
* fix: reload button typo.

---------

Co-authored-by: Jeffrey Wright <jeffrey.wright@wartsila.com>
  • Loading branch information
jeffwright13 and Jeffrey Wright authored Sep 14, 2023
1 parent 82d08c4 commit 8523105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
Version History
---------------

4.0.3 (2023-09-14)
~~~~~~~~~~~~~~~~~~
* Fix typo ("ge" instead of "get") in green Reload button in report file.

4.0.2 (2023-09-12)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion src/pytest_html/resources/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<p class="filter">(Un)check the boxes to filter the results.</p>
<div class="summary__reload">
<div class="summary__reload__button {{ 'hidden' if running_state == 'finished' }}" onclick="location.reload()">
<div>There are still tests running. <br />Reload this page to ge the latest results!</div>
<div>There are still tests running. <br />Reload this page to get the latest results!</div>
</div>
</div>
<div class="summary__spacer"></div>
Expand Down

0 comments on commit 8523105

Please sign in to comment.