Skip to content

Commit 3bd8bff

Browse files
committed
test(*): fix failing ci test
1 parent 2526103 commit 3bd8bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/progress.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "./sgds-web-component";
22
import { html } from "lit";
33
import { fixture, assert } from "@open-wc/testing";
4-
import type { SgdsProgressBar } from "../src/components/ProgressBar/sgds-progress-bar";
4+
import type { SgdsProgressBar } from "../src/components";
55

66
describe("<sgds-progress-bar>", () => {
77
it("renders with default values", async () => {

test/sidenav.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("sgds-sidenav-item", () => {
6161
style="height: 0px;"
6262
>
6363
<div class="sidenav-list">
64-
<slot>
64+
<slot class="default">
6565
</slot>
6666
</div>
6767
</div>

0 commit comments

Comments
 (0)