Project

General

Profile

« Previous | Next » 

Revision a64c3fe4

Added by Katja Luther over 1 year ago

ref #10137: missing parathesis

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/SpecimenTableViewTest.java
162 162
                .endsWith(STEP_DONE_ICON));
163 163
        assertTrue(cells.get(6).findElement(By.tagName("img")).getAttribute("src")
164 164
                .endsWith(STEP_DONE_ICON));
165
        List<WebElement> imageCells  = cells.get(7).findElements(By.tagName("img");
165
        List<WebElement> imageCells  = cells.get(7).findElements(By.tagName("img"));
166 166
        boolean findDetailImage = false;
167 167
        for(WebElement el: imageCells){
168 168
            if (el.getAttribute("src").endsWith(DETAIL_IMAGE_DERIVATE_ICON)){

Also available in: Unified diff