diff --git a/packages/calcite-components/src/components/shell/shell.e2e.ts b/packages/calcite-components/src/components/shell/shell.e2e.ts index 6538dbd0423..fe410a169a6 100644 --- a/packages/calcite-components/src/components/shell/shell.e2e.ts +++ b/packages/calcite-components/src/components/shell/shell.e2e.ts @@ -124,18 +124,14 @@ describe("calcite-shell", () => { }); }); -const tipManagerHTML = html` - - - An example link - - -`; - describe("theme", () => { const shellHTML = html` - ${tipManagerHTML} + + + An example link + +