Skip to content

Commit

Permalink
test(action-group): remove extraneous template (#10167)
Browse files Browse the repository at this point in the history
**Related Issue:** #7180

## Summary

Remove dangling HTML snippet found here
#10058 (comment)
  • Loading branch information
alisonailea authored Aug 28, 2024
1 parent 08578a3 commit e1428c6
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,26 +94,3 @@ export const TurkishLocale_TestOnly = (): string =>
<calcite-dropdown slot="menu-actions"> </calcite-dropdown>
</calcite-action-group>
</div>`;
html`<div class="container">
<calcite-action-bar>
<calcite-action-group
><calcite-action id="plus" slot="menu-actions" text="Add" icon="plus"></calcite-action>
<calcite-action id="banana" slot="menu-actions" text="Banana" icon="banana"></calcite-action
></calcite-action-group>
<calcite-action-group
><calcite-action id="plus" slot="menu-actions" text="Add" icon="plus"></calcite-action>
<calcite-action id="banana" slot="menu-actions" text="Banana" icon="banana"></calcite-action
></calcite-action-group>
</calcite-action-bar>
<calcite-action-group layout="grid">
<calcite-action text="Add" icon="arrow-up-left"></calcite-action>
<calcite-action text="Save" icon="chevron-up"></calcite-action>
<calcite-action text="Layers" icon="arrow-up-right"></calcite-action>
<calcite-action text="Basemaps" icon="chevron-left"></calcite-action>
<calcite-action text="Layers" icon="layers"></calcite-action>
<calcite-action text="Basemaps" icon="chevron-right"></calcite-action>
<calcite-action text="Basemaps" icon="arrow-down-left"></calcite-action>
<calcite-action text="Layers" icon="chevron-down"></calcite-action>
<calcite-action text="Basemaps" icon="arrow-down-right"></calcite-action>
</calcite-action-group>
</div>`;

0 comments on commit e1428c6

Please sign in to comment.