Skip to content

Commit

Permalink
fix: added image to interactive fixture (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
orest-s authored Jul 17, 2024
1 parent 4b29ca2 commit 412be57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixtures/watcher/interactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ <h1>Interactive Test Fixture</h1>
placeholder="Focus me"
/>

<img alt="image" src="image.jpg" />

<script>
const focusInput = document.querySelector('#focus-input')
const content = document.querySelector('#content-10')
Expand Down

0 comments on commit 412be57

Please sign in to comment.