We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246758c commit 92df0bfCopy full SHA for 92df0bf
apps/tests/layouts/wrap-layout-tests.ts
@@ -93,8 +93,8 @@ export class WrapLayoutTest extends testModule.UITest<wrapLayoutModule.WrapLayou
93
94
let lbl1 = new layoutHelper.MyButton();
95
lbl1.text = "1";
96
- lbl1.minWidth = layoutHelper.dp(100);
97
- lbl1.minHeight = layoutHelper.dp(100);
+ lbl1.minWidth = layoutHelper.dp(200);
+ lbl1.minHeight = layoutHelper.dp(200);
98
wrap.addChild(lbl1);
99
100
this.waitUntilTestElementLayoutIsValid();
0 commit comments