| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3ea51f commit 9719a53
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -412,8 +412,10 @@ export function test_Native_Background_Color_BorderRadius_Change() { | |||
| 412 | 412 | let page = <pagesModule.Page>views[1]; | |
| 413 | 413 | page.css = ".border { background-color: #00FF00; border-radius: 1; } .colorfilter { background-color: #FF0000; }"; | |
| 414 | 414 | view.className = "border"; | |
| 415 | + helper.waitUntilLayoutReady(view); | ||
| 415 | 416 | TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, "#00FF00"); | |
| 416 | 417 | view.className = "colorfilter"; | |
| 418 | + helper.waitUntilLayoutReady(view); | ||
| 417 | 419 | TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, "#FF0000"); | |
| 418 | 420 | }); | |
| 419 | 421 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments