Skip to content

Commit

Permalink
feat(split-button): add split-button pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Aug 29, 2020
1 parent b806665 commit 012b7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/split-button/stories/split-button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ moreCta.story = {
export const moreCtaOpen = (options = {}): TemplateResult => {
return html`
<div>
<<<<<<< HEAD
<sp-split-button type="more" open>
=======
<sp-split-button open>
>>>>>>> feat(split-button): add split-button pattern
${menu(options)}
</sp-split-button>
</div>
Expand Down
1 change: 0 additions & 1 deletion packages/split-button/test/split-button.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe('Splitbutton', () => {
expect(((el as unknown) as TestableSplitButton).isShiftTabbing).to.be
.true;
await nextFrame();
await nextFrame();

trigger.focus();

Expand Down

0 comments on commit 012b7f8

Please sign in to comment.