Project

General

Profile

« Previous | Next » 

Revision 17c7ac43

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
165 165
        List<WebElement> imageCells  = cells.get(7).findElements(By.tagName("img");
166 166
        boolean findDetailImage = false;
167 167
        for(WebElement el: imageCells){
168
            if (el.getAttribute("src").endsWith(DETAIL_IMAGE_DERIVATE_ICON){
168
            if (el.getAttribute("src").endsWith(DETAIL_IMAGE_DERIVATE_ICON)){
169 169
                findDetailImage = true;
170 170
                break;
171 171
            }

Also available in: Unified diff