Skip to content

Commit dbd8a2e

Browse files
committed
Remove incorrect class name from tests
This was breaking the tests in IE10 and IE11
1 parent d94a89c commit dbd8a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ <h3 class="Test-it">expand child margins to the left using remaining space along
812812
<h2 class="Test-it">.u-flexExpandRight</h2>
813813
<h3 class="Test-it">expand child margins to the right using remaining space along main axis</h3>
814814
<div class="Test-run">
815-
<div class="u-flex u-flexJustifyEnd">
815+
<div class="u-flex">
816816
<div class="FlexItem u-flexExpandRight">
817817
<div class="Content">1. item should be pushed to the left</div>
818818
</div>

0 commit comments

Comments
 (0)