Skip to content

Commit 0e5f488

Browse files
committed
added fix for tests failing
see #3298
1 parent 0b4be89 commit 0e5f488

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

showcase/app/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{{content-for "head"}}
1717

1818
<!-- these styles are pre-compiled in the `components` package -->
19+
<!-- IMPORTANT: if you add a new entry here, you HAVE TO add it also to the `showcase/tests/index.html` file, which is used to run the tests -->
1920
<link id="hds-components-stylesheet" integrity="" rel="stylesheet"
2021
href="{{rootURL}}assets/styles/@hashicorp/design-system-components.css">
2122
<link integrity="" rel="stylesheet"

showcase/tests/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{{content-for "head"}}
1515
{{content-for "test-head"}}
1616

17+
<link href="{{rootURL}}assets/styles/@hashicorp/design-system-components.css">
1718
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1819
<link rel="stylesheet" href="{{rootURL}}assets/showcase.css">
1920
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">

0 commit comments

Comments
 (0)