Skip to content

Commit f9b52b9

Browse files
committed
chore: tests
1 parent 286d36b commit f9b52b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/automated/src/ui/button/button-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export function test_Native_Background_Color_BorderRadius_Change() {
418418
helper.waitUntilLayoutReady(view);
419419
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#00FF00');
420420

421-
// view.className = '';
421+
view.className = '';
422422
view.className = 'colorfilter';
423423
helper.waitUntilLayoutReady(view);
424424
TKUnit.assertEqual(buttonTestsNative.getNativeBackgroundColor(view).hex, '#FF0000');

0 commit comments

Comments
 (0)