Skip to content

Commit

Permalink
dup in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
binrysearch committed Jul 7, 2024
1 parent 30db007 commit b8f9e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
crossorigin="anonymous"
/>

<link href="http://localhost:10001/dist/introjs.css" rel="stylesheet" />
<link href="http://host.docker.internal:10001/dist/introjs.css" rel="stylesheet" />

<link rel="preconnect" href="https://fonts.gstatic.com" />
Expand Down Expand Up @@ -178,6 +179,7 @@ <h2 data-intro="fourth header step" data-hint="secondary header">
console.log(3);
};
</script>
<script type="text/javascript" src="http://localhost:10001/dist/intro.js"></script>
<script type="text/javascript" src="http://host.docker.internal:10001/dist/intro.js"></script>
</body>
</html>

0 comments on commit b8f9e13

Please sign in to comment.