chore: tests

This commit is contained in:
Nathan Walker
2022-07-28 20:45:31 -07:00
parent 286d36b03b
commit f9b52b9aac

View File

@@ -418,7 +418,7 @@ export function test_Native_Background_Color_BorderRadius_Change() {
helper.waitUntilLayoutReady(view);
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#00FF00');
// view.className = '';
view.className = '';
view.className = 'colorfilter';
helper.waitUntilLayoutReady(view);
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#FF0000');