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

Commit 697b96a

Browse files
crisbetoThomasBurleson
authored andcommitted
chore(panel): fix failing unit test (#9840)
Fixes a failing unit test that is currently breaking the CI.
1 parent d464904 commit 697b96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/panel/panel.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,8 +2127,8 @@ describe('$mdPanel', function() {
21272127

21282128
myButton.css({
21292129
position: 'absolute',
2130-
right: 0,
2131-
bottom: 0
2130+
left: '100%',
2131+
top: '100%'
21322132
});
21332133

21342134
config.position = position;

0 commit comments

Comments
 (0)