We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df3562c + f6fc829 commit db6dda9Copy full SHA for db6dda9
overhave/admin/templates/test_run_detail.html
@@ -47,7 +47,7 @@
47
{% endmacro %}
48
49
{% macro render_restart_button(model) %}
50
- <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">
51
<button type="submit" class="button restart-btn" name="restart">Restart test</button>
52
</form>
53
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "overhave"
3
-version = "5.1.5"
+version = "5.1.6"
4
description = "Overhave - web-framework for BDD"
5
readme = "README.rst"
6
authors = [
0 commit comments