Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 7ae5b43

Browse files
update(test): remove spurious menu test
1 parent 44c20b2 commit 7ae5b43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/menu/menu.spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ describe('md-menu directive', function () {
3030
expect(menu.firstElementChild.nodeName).toBe('BUTTON');
3131
});
3232

33-
it('specifies button type', inject(function($compile, $rootScope) {
34-
var menu = setup()[0];
35-
expect(menu.firstElementChild.getAttribute('type')).toBe('button');
36-
}));
37-
3833
it('opens on click', function () {
3934
var menu = setup();
4035
openMenu(menu);

0 commit comments

Comments
 (0)