Skip to content

Commit 92df0bf

Browse files
author
Hristo Hristov
committed
Fixed failing test
1 parent 246758c commit 92df0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tests/layouts/wrap-layout-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ export class WrapLayoutTest extends testModule.UITest<wrapLayoutModule.WrapLayou
9393

9494
let lbl1 = new layoutHelper.MyButton();
9595
lbl1.text = "1";
96-
lbl1.minWidth = layoutHelper.dp(100);
97-
lbl1.minHeight = layoutHelper.dp(100);
96+
lbl1.minWidth = layoutHelper.dp(200);
97+
lbl1.minHeight = layoutHelper.dp(200);
9898
wrap.addChild(lbl1);
9999

100100
this.waitUntilTestElementLayoutIsValid();

0 commit comments

Comments
 (0)