mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: tests
This commit is contained in:
@@ -418,7 +418,7 @@ export function test_Native_Background_Color_BorderRadius_Change() {
|
|||||||
helper.waitUntilLayoutReady(view);
|
helper.waitUntilLayoutReady(view);
|
||||||
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#00FF00');
|
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#00FF00');
|
||||||
|
|
||||||
// view.className = '';
|
view.className = '';
|
||||||
view.className = 'colorfilter';
|
view.className = 'colorfilter';
|
||||||
helper.waitUntilLayoutReady(view);
|
helper.waitUntilLayoutReady(view);
|
||||||
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#FF0000');
|
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#FF0000');
|
||||||
|
|||||||
Reference in New Issue
Block a user