Merge branch 'e2e' into mv_SCI_9581

This commit is contained in:
mvrazic 2023-10-20 15:06:30 +02:00 committed by GitHub
commit 77b3e7a44f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<%= render partial: 'shared/sidebar/projects', locals: { team: current_team, sort: nil, view_mode: projects_view_mode } if current_team %>
<% end %>
<div id="projectsWrapper" class="content-pane flexible projects-index <%= projects_view_mode %>" data-view-mode="<%= projects_view_mode %>">
<div id="projectsWrapper" class="content-pane flexible projects-index <%= projects_view_mode %>" data-view-mode="<%= projects_view_mode %>" data-e2e="e2e-projects-container">
<%= render partial: 'projects/index/header', locals: { current_folder: current_folder} %>
<span style="display: none;" data-hook="projects-index-html"></span>

View file

@ -5,6 +5,6 @@
<h1 data-view-mode="archived"><span><%= t('labels.archived')%></span>&nbsp;<%= t('libraries.index.head_title_archived') %></h1>
</div>
</div>
<div class="content-body">
<div class="content-body" data-e2e="e2e-inventories-container">
</div>
</div>