Skip to content

Commit 877e1a8

Browse files
Fix layout test.
1 parent 0a0673a commit 877e1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/layout_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ new Test.Unit.Runner({
8686
this.assertEqual(13, layout.get('padding-bottom'), 'padding-right');
8787

8888
// Ensure that we cleaned up after ourselves.
89-
this.assert(!isDisplayed($('box3')), 'box should still be hidden');
89+
this.assert(!isDisplayed($('box4')), 'box should still be hidden');
9090
},
9191

9292
'test positioning on absolutely-positioned elements': function() {

0 commit comments

Comments
 (0)