Project

General

Profile

« Previous | Next » 

Revision 71152358

Added by Andreas Kohlbecker over 3 years ago

ref #9230 fixing bug in test assertion

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/NamePageTest.java
55 55
        List<WebElement> typeDesignations = typeDesignationsContainer.findElements(By.xpath("./div"));
56 56
        assertEquals(1, typeDesignations.size());
57 57
        typeDesignations.get(0);
58
        assertTrue(typeDesignations.get(0).getAttribute("class").contains("cdm:SpecimenTypeDesignation uuid:80481868-cbf3-4238-9ab6-ee2faac78e35"));
58
        assertTrue(typeDesignations.get(0).getAttribute("class").contains("cdm:SpecimenTypeDesignation uuid:dbf91118-1c09-40f6-a3d0-2d9d4b88ac34"));
59 59
    }
60 60

  
61 61

  

Also available in: Unified diff