@@ -537,7 +537,6 @@ public void cellWithRowspanShouldBeConsideredWhileCalculatingColumnWidths() thro
537
537
538
538
539
539
@ Test
540
- // TODO DEVSIX-5290 change cmp after the correction
541
540
public void emptyTrRowspanBorderCollapsingTest () throws IOException , InterruptedException {
542
541
runTest ("emptyTrRowspanBorderCollapsing" );
543
542
}
@@ -549,8 +548,6 @@ public void emptyTdTest() throws IOException, InterruptedException {
549
548
}
550
549
551
550
@ Test
552
- @ LogMessages (messages = {@ LogMessage (messageTemplate =
553
- IoLogMessageConstant .UNEXPECTED_BEHAVIOUR_DURING_TABLE_ROW_COLLAPSING , count = 2 )})
554
551
public void emptyTrTest () throws IOException , InterruptedException {
555
552
runTest ("emptyTr" );
556
553
}
@@ -621,6 +618,18 @@ public void inlineWithInlineBlockAsTdChildWrappedTest() throws IOException, Inte
621
618
runTest ("inlineWithInlineBlockAsTdChildWrapped" );
622
619
}
623
620
621
+ @ Test
622
+ @ LogMessages (messages = {@ LogMessage (messageTemplate = IoLogMessageConstant .LAST_ROW_IS_NOT_COMPLETE , count = 2 )})
623
+ public void emptyRowEliminationTest1 () throws IOException , InterruptedException {
624
+ runTest ("emptyRowElimination1" );
625
+ }
626
+
627
+ @ Test
628
+ @ LogMessages (messages = {@ LogMessage (messageTemplate = IoLogMessageConstant .LAST_ROW_IS_NOT_COMPLETE )})
629
+ public void emptyRowEliminationTest2 () throws IOException , InterruptedException {
630
+ runTest ("emptyRowElimination2" );
631
+ }
632
+
624
633
private void runTest (String testName ) throws IOException , InterruptedException {
625
634
runTest (testName , false );
626
635
}
0 commit comments