Easy tests

This commit is contained in:
Karel Pičman 2024-06-28 09:17:13 +02:00
parent ec0c963cea
commit 5728ff4632

View File

@ -28,7 +28,8 @@
</p>
<% else %>
<div class="contextual">
<%= link_to l(:label_dmsf_workflow_new), new_dmsf_workflow_path(project_id: @project&.id), class: 'icon icon-add' %>
<%= link_to l(:label_dmsf_workflow_new), new_dmsf_workflow_path(project_id: @project&.id), class: 'icon icon-add',
data: { cy: "button__new--dmsf-workflow" } %>
</div>
<h2><%= l(:label_dmsf_workflow_plural) %></h2>
<% end %>