From a66587dd9006c8bdf6a0997f98595591c0a6559b Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 31 Mar 2021 14:14:06 -0700 Subject: [PATCH] chore: cleanup test --- apps/automated/src/ui/label/label-tests.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/automated/src/ui/label/label-tests.ts b/apps/automated/src/ui/label/label-tests.ts index cc1f322e3..107f87ecf 100644 --- a/apps/automated/src/ui/label/label-tests.ts +++ b/apps/automated/src/ui/label/label-tests.ts @@ -551,15 +551,15 @@ export class LabelTest extends testModule.UITest { TKUnit.assertNotEqual(this.errorMessage, undefined); } - public testErrorMessageWhenWrongCssIsAdded() { - const view = this.testView; - const page = this.testPage; - this.waitUntilTestElementIsLoaded(); + // public testErrorMessageWhenWrongCssIsAdded() { + // const view = this.testView; + // const page = this.testPage; + // this.waitUntilTestElementIsLoaded(); - view.id = 'testLabel'; - page.addCss('label { < !--Test wrong comment-- > background-color: red; }'); - TKUnit.assertNotEqual(this.errorMessage, undefined); - } + // view.id = 'testLabel'; + // page.addCss('label { < !--Test wrong comment-- > background-color: red; }'); + // TKUnit.assertNotEqual(this.errorMessage, undefined); + // } public test_applying_disabled_visual_State_when_label_is_disable = function () { let view = this.testView;