Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 973311a

Browse files
author
Kamil Kisiela
committed
refactor(select): fix tests
1 parent 7b8dc21 commit 973311a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/types/select-spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ describe('formlyMaterial - select type', () => {
5858

5959
function closeSelect() {
6060
$document.find('md-select-menu').parent().remove();
61+
$document.find('body').attr('style', '');
62+
$document.find('md-backdrop').remove();
6163
}
6264

6365
function selectOptions() {

0 commit comments

Comments
 (0)