Project

General

Profile

« Previous | Next » 

Revision 38ba0192

Added by Andreas Müller over 2 years ago

fix selenium tests for updated caches (cont.)

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/FootnoteTest.java
114 114
        assertEquals("4. Editorial annotation on Nodosilinea sensensia (Blanco) Heidari & Hauer ex Lem",
115 115
                        footnotes.get(3).getText());
116 116
        BaseElement footnote5 = footnotes.get(4);
117
        assertEquals("5. Heidari, F. & Hauer, T. - in Heidari, F., Zima, J., Riahi, H. & al., New simple trichal cyanobacterial taxa isolated from radioactive thermal springs in Fottea 18(2): 137–149. 2018 Registration: http://testbank.org/100004, 2019-02-06",
117
        assertEquals("5. Heidari, F. & Hauer, T. 2018 – In: Heidari, F., Zima, J., Riahi, H. & Hauer, T., New simple trichal cyanobacterial taxa isolated from radioactive thermal springs. – Fottea 18(2) Registration: http://testbank.org/100004, 2019-02-06",
118 118
                        footnote5.getText());
119 119
        List<LinkElement> linksInFootnote5 = footnote5.getLinksInElement();
120 120
        assertEquals(2, linksInFootnote5.size());

Also available in: Unified diff