Skip to content

Commit

Permalink
469941: Add test id to entity table component
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmypixel committed Jan 20, 2025
1 parent 3f3d808 commit a37f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/common/components/entity-table/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% from "entity/macro.njk" import appEntity with context %}

<article>
<table class="app-entity-table">
<table class="app-entity-table" data-testid="app-entity-table">
<thead>
<tr>
{% for header in params.headers %}
Expand Down

0 comments on commit a37f3ed

Please sign in to comment.