Skip to content

Commit

Permalink
Merge pull request #45 from grih9/master
Browse files Browse the repository at this point in the history
fix restart test
  • Loading branch information
grih9 authored Mar 22, 2024
2 parents df3562c + f6fc829 commit db6dda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overhave/admin/templates/test_run_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{% endmacro %}

{% macro render_restart_button(model) %}
<form action="{{ url_for('testrun.details_view', id=model.scenario.feature_id) }}" method="POST">
<form action="{{ url_for('testrun.details_view', id=model.scenario.id) }}" method="POST">
<button type="submit" class="button restart-btn" name="restart">Restart test</button>
</form>
{% endmacro %}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "overhave"
version = "5.1.5"
version = "5.1.6"
description = "Overhave - web-framework for BDD"
readme = "README.rst"
authors = [
Expand Down

0 comments on commit db6dda9

Please sign in to comment.