From 8523105209346a508cc188aef6546f217f6870da Mon Sep 17 00:00:00 2001 From: Jeff Wright <4308435+jeffwright13@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:24:53 -0600 Subject: [PATCH] Pytest html fix reload button typo (#738) * fix: reload button typo. --------- Co-authored-by: Jeffrey Wright --- docs/changelog.rst | 4 ++++ src/pytest_html/resources/index.jinja2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bc3d800b..291bafad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,10 @@ Versions follow `Semantic Versioning`_ (``..``). 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) ~~~~~~~~~~~~~~~~~~ diff --git a/src/pytest_html/resources/index.jinja2 b/src/pytest_html/resources/index.jinja2 index 2e72bc7b..f2e32b9b 100644 --- a/src/pytest_html/resources/index.jinja2 +++ b/src/pytest_html/resources/index.jinja2 @@ -74,7 +74,7 @@

(Un)check the boxes to filter the results.

-
There are still tests running.
Reload this page to ge the latest results!
+
There are still tests running.
Reload this page to get the latest results!