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 286d36b commit f9b52b9Copy full SHA for f9b52b9
apps/automated/src/ui/button/button-tests.ts
@@ -418,7 +418,7 @@ export function test_Native_Background_Color_BorderRadius_Change() {
418
helper.waitUntilLayoutReady(view);
419
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#00FF00');
420
421
- // view.className = '';
+ view.className = '';
422
view.className = 'colorfilter';
423
424
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#FF0000');
0 commit comments