Skip to content

Commit

Permalink
Remove accidental new test
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Aug 14, 2023
1 parent febdfd1 commit f8dcd67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe('dialog-with-mobile-dropdown', () => {

describe('default-breakpoint', () => {
[
{ name: 'opened', f: dialog },
{ name: 'left', f: dialog, action: async(elem) => openDropdown(elem.querySelector('#mobile-left')) },
{ name: 'bottom', f: dialog, action: async(elem) => openDropdown(elem.querySelector('#mobile-bottom')) },
{ name: 'filter', f: dialog, action: async(elem) => openFilter(elem.querySelector('d2l-filter')) },
Expand Down

0 comments on commit f8dcd67

Please sign in to comment.