aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-06-15 16:27:54 +0200
committerTeddy Wing2017-06-15 16:27:54 +0200
commit74c33fdd3aa52df6fd431a76790d7c7ab39acfe0 (patch)
tree60ece684aeead811319846c192a29e9a4641521a
parent28ac3c439a9073f01069bebaa645077ca5ba3a1e (diff)
downloadchouette-core-74c33fdd3aa52df6fd431a76790d7c7ab39acfe0.tar.bz2
TableBuilder spec: Update delete button confirmation text
The delete button confirmation text has changed now that we're getting the delete link from `ReferentialDecorator`. Update the spec to reflect the new state of the code. Refs #3479
-rw-r--r--spec/helpers/table_builder_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb
index c006e33c0..764e102fb 100644
--- a/spec/helpers/table_builder_helper_spec.rb
+++ b/spec/helpers/table_builder_helper_spec.rb
@@ -86,7 +86,7 @@ describe TableBuilderHelper, type: :helper do
<li><a href="/referentials/1008/time_tables">Calendriers</a></li>
<li><a href="/referentials/new?from=1008">Dupliquer</a></li>
<li><a rel="nofollow" data-method="put" href="/referentials/#{referential.id}/archive">Conserver</a></li>
- <li class="delete-action"><a data-confirm="Etes-vous sûr(e) de vouloir effectuer cette action ?" rel="nofollow" data-method="delete" href="/referentials/#{referential.id}"><span class="fa fa-trash"></span>Supprimer</a></li>
+ <li class="delete-action"><a data-confirm="Etes vous sûr de vouloir supprimer ce jeu de données ?" rel="nofollow" data-method="delete" href="/referentials/#{referential.id}"><span class="fa fa-trash"></span>Supprimer</a></li>
</ul>
</div>
</td>