diff --git a/apps/automated/src/ui/button/button-tests.ts b/apps/automated/src/ui/button/button-tests.ts index 1af3558d3..cc3dfd703 100644 --- a/apps/automated/src/ui/button/button-tests.ts +++ b/apps/automated/src/ui/button/button-tests.ts @@ -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');