@@ -92,19 +92,18 @@ public void textDecoration05Test() throws IOException, InterruptedException {
9292 }
9393
9494 @ Test
95- // TODO DEVSIX-3933
95+ //TODO update after DEVSIX-4063 is closed
9696 public void textDecorationShorthandAllValuesTest () throws IOException , InterruptedException {
9797 convertToPdfAndCompare ("textDecorationShorthandAllValues" , sourceFolder , destinationFolder );
9898 }
9999
100100 @ Test
101- // TODO DEVSIX-3933
102101 public void textDecorationShorthandOneValueTest () throws IOException , InterruptedException {
103102 convertToPdfAndCompare ("textDecorationShorthandOneValue" , sourceFolder , destinationFolder );
104103 }
105104
106105 @ Test
107- // TODO DEVSIX-3933
106+ //TODO update after DEVSIX-4063 is closed
108107 public void textDecorationShorthandTwoValuesTest () throws IOException , InterruptedException {
109108 convertToPdfAndCompare ("textDecorationShorthandTwoValues" , sourceFolder , destinationFolder );
110109 }
@@ -115,7 +114,7 @@ public void textDecorationWithChildElementTest() throws IOException, Interrupted
115114 }
116115
117116 @ Test
118- //TODO: DEVSIX-3933
117+ //TODO: DEVSIX-4201
119118 @ LogMessages (messages = {
120119 @ LogMessage (messageTemplate = LogMessageConstant .HSL_COLOR_NOT_SUPPORTED )})
121120 public void textDecorationColorTest () throws IOException , InterruptedException {
@@ -128,7 +127,6 @@ public void textDecorationColorWithTransparencyTest() throws IOException, Interr
128127 }
129128
130129 @ Test
131- //TODO: DEVSIX-3933
132130 public void textDecorationLineTest () throws IOException , InterruptedException {
133131 convertToPdfAndCompare ("textDecorationLine" , sourceFolder , destinationFolder );
134132 }
@@ -139,19 +137,18 @@ public void textDecorationLineNoneAndUnderlineTogetherTest() throws IOException,
139137 }
140138
141139 @ Test
142- //TODO: DEVSIX-3933
140+ //TODO update after DEVSIX-4063 is closed
143141 public void textDecorationStyleTest () throws IOException , InterruptedException {
144142 convertToPdfAndCompare ("textDecorationStyle" , sourceFolder , destinationFolder );
145143 }
146144
147145 @ Test
148- //TODO: DEVSIX-3933
146+ //TODO update after DEVSIX-4063 is closed
149147 public void shorthandAndSpecificTextDecorPropsTest () throws IOException , InterruptedException {
150148 convertToPdfAndCompare ("shorthandAndSpecificTextDecorProps" , sourceFolder , destinationFolder );
151149 }
152150
153151 @ Test
154- //TODO: DEVSIX-3933
155152 public void combinationOfLinesInTextDecorationTest () throws IOException , InterruptedException {
156153 convertToPdfAndCompare ("combinationOfLinesInTextDecoration" , sourceFolder , destinationFolder );
157154 }
0 commit comments