Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 86bd2d7

Browse files
committed
attempt to fix Firefox tests
1 parent 2fbd285 commit 86bd2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/select.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ describe('ui-select tests', function () {
20182018
taggingLabel: 'false'
20192019
});
20202020

2021-
//angular.element(document.body).css("width", "100%");
2021+
angular.element(document.body).css("width", "100%");
20222022
angular.element(document.body).append(el);
20232023
$timeout.flush(); // needed to make input take it's real width, not 4 or 10 px
20242024

0 commit comments

Comments
 (0)