Skip to content

Commit

Permalink
Merge pull request #194 from OwnWeb/fix/dusk-table
Browse files Browse the repository at this point in the history
Allow Dusk resource table selector
  • Loading branch information
KasparRosin authored Jan 5, 2024
2 parents e17d57b + c6ecb65 commit e40e226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/entry.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/js/components/ResourceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
v-if="resources.length > 0"
class="w-full divide-y divide-gray-100 dark:divide-gray-700"
data-testid="resource-table"
dusk="resource-table"
>
<ResourceTableHeader
:resource-name="resourceName"
Expand Down

0 comments on commit e40e226

Please sign in to comment.