Project

General

Profile

« Previous | Next » 

Revision 85a6d568

Added by Katja Luther over 1 year ago

ref #10137: adapt table view test

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/SpecimenTableViewTest.java
163 163
        assertTrue(cells.get(6).findElement(By.tagName("img")).getAttribute("src")
164 164
                .endsWith(STEP_DONE_ICON));
165 165
        assertTrue(cells.get(7).findElement(By.tagName("img")).getAttribute("src")
166
                .endsWith(DETAIL_IMAGE_DERIVATE_ICON));
166
                .contains(DETAIL_IMAGE_DERIVATE_ICON));
167
        
167 168

  
168 169

  
169 170
        // details row

Also available in: Unified diff