Skip to content

Commit

Permalink
fix integration tests depending on the home button.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 8, 2024
1 parent b6f80ed commit 62e5eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ tasks:
cmds:
- corepack enable || true
- pnpm install
playwright-tests:
cmd: pnpm test

playwright-generate-tests:
cmds:
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lib/layout/Breadcrumbs/HomeBreadcrumb.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
</script>

<PageBreadcrumb href="/">
<span class="i-mdi-home-outline text-lg mb-[-4px]"></span>
<!-- aria label require for screen readers and automated testing -->
<span aria-label="home" class="i-mdi-home-outline text-lg mb-[-4px]"></span>
</PageBreadcrumb>

0 comments on commit 62e5eec

Please sign in to comment.