MTzukanov

Results 2 comments of MTzukanov

Hi WoozyG, Can you provide more details on what you you like to perform and what prevents you from doing it. We might think of a solution together. Regards

I attach a code snippet here, part of ConditionalFormattingCellValueIsTest class, commented out lines should pass after this ticket is fixed: ```java @Test public void B5RedIfNotEqualsToZero_insertDifferentValues_B5FilledCorrectly() { spreadsheetPage.setCellValue("B5", "0"); assertEquals(FALSE_CONDITION_COLOR, spreadsheetPage.getCellColor("B5"));...