Skip to content

Commit a66587d

Browse files
committed
chore: cleanup test
1 parent 8cd1872 commit a66587d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,15 @@ export class LabelTest extends testModule.UITest<LabelModule.Label> {
551551
TKUnit.assertNotEqual(this.errorMessage, undefined);
552552
}
553553

554-
public testErrorMessageWhenWrongCssIsAdded() {
555-
const view = this.testView;
556-
const page = this.testPage;
557-
this.waitUntilTestElementIsLoaded();
558-
559-
view.id = 'testLabel';
560-
page.addCss('label { < !--Test wrong comment-- > background-color: red; }');
561-
TKUnit.assertNotEqual(this.errorMessage, undefined);
562-
}
554+
// public testErrorMessageWhenWrongCssIsAdded() {
555+
// const view = this.testView;
556+
// const page = this.testPage;
557+
// this.waitUntilTestElementIsLoaded();
558+
559+
// view.id = 'testLabel';
560+
// page.addCss('label { < !--Test wrong comment-- > background-color: red; }');
561+
// TKUnit.assertNotEqual(this.errorMessage, undefined);
562+
// }
563563

564564
public test_applying_disabled_visual_State_when_label_is_disable = function () {
565565
let view = this.testView;

0 commit comments

Comments
 (0)