Skip to content

Commit

Permalink
inline html
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijbet committed Jun 19, 2024
1 parent a54b7ef commit 9b113c1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packages/calcite-components/src/components/shell/shell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,14 @@ describe("calcite-shell", () => {
});
});

const tipManagerHTML = html`
<calcite-tip-manager>
<calcite-tip heading="Example tip title">
<calcite-link href="http://www.esri.com">An example link</calcite-link>
</calcite-tip>
</calcite-tip-manager>
`;

describe("theme", () => {
const shellHTML = html`
<calcite-shell>
${tipManagerHTML}
<calcite-tip-manager>
<calcite-tip heading="Example tip title">
<calcite-link href="http://www.esri.com">An example link</calcite-link>
</calcite-tip>
</calcite-tip-manager>
<calcite-panel heading="Leading panel content"></calcite-panel>
<calcite-flow heading="Leading panel content"></calcite-flow>
<calcite-shell-center-row slot="${SLOTS.panelBottom}"></calcite-shell-center-row>
Expand Down

0 comments on commit 9b113c1

Please sign in to comment.