Project

General

Profile

« Previous | Next » 

Revision ce9ce745

Added by Andreas Kohlbecker over 3 years ago

ref #9252 adapting test

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/SpecimensTreeViewTest.java
159 159
        assertEquals("52°31'1.2\"N, 13°21'E +/-20 m (WGS84)", dl1.joinedDescriptionElementText("Exact location:"));
160 160
        // TODO test Exact location link
161 161
        descriptionListContainer = new BaseElement(derivateTreeContainer);
162
        assertEquals(9, descriptionListContainer.getLinksInElement().size()); // other links in the derivate tree are also found
162
        assertEquals(10, descriptionListContainer.getLinksInElement().size()); // other links in the derivate tree are also found
163 163
        // TODO one of the links is a footnote key for which the footnote is missing
164 164
        link1 = descriptionListContainer.getLinksInElement().get(1);
165 165
        assertEquals("Detail page", link1.getText());

Also available in: Unified diff