Skip to content

Commit

Permalink
fix: Add missing element to component-index.html
Browse files Browse the repository at this point in the history
the element gets requested by ID in app.js and is needed for an
App-component test.
  • Loading branch information
TheGreatRefrigerator committed Jan 26, 2023
1 parent 3e5161b commit 67863e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/component-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" id="favIcon" type='image/x-icon' href="assets/img/favicon.ico"/>
<title>Components App</title>
</head>
<body>
Expand Down

0 comments on commit 67863e1

Please sign in to comment.