File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
apps/automated/src/ui/label Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments