Improved tests

The tests should have been broken by 52906ab, but they weren't because
the tests were to tolerant.
This commit is contained in:
Raphael Michel
2016-09-09 14:53:09 +02:00
parent 52906abfb2
commit 037aa7fc59
2 changed files with 7 additions and 7 deletions

View File

@@ -205,7 +205,7 @@
{% if event.presale_is_running and display_add_to_cart %}
<div class="row-fluid">
<div class="col-md-4 col-md-offset-8 col-xs-12">
<button class="btn btn-block btn-primary btn-lg" type="submit">
<button class="btn btn-block btn-primary btn-lg" type="submit" id="btn-add-to-cart">
<i class="fa fa-shopping-cart"></i> {% trans "Add to cart" %}
</button>
</div>