Project

General

Profile

« Previous | Next » 

Revision 646c0cae

Added by Andreas Kohlbecker over 11 years ago

fixing problems with abstract pageTypes, related to r16719

View differences:

7.x/modules/cdm_dataportal/test/java/dataportal-selenium-tests/src/test/java/eu/etaxonomy/dataportal/selenium/tests/cichorieae/CichorieaeSearchTest.java
73 73
        WebElement referenceElement = lapsanaCommunnis.getElement().findElement(By.className("reference"));
74 74
        Assert.assertEquals("Sp. Pl.: 811. 1753", referenceElement.findElement((By.className("reference"))).getText());
75 75

  
76
        PortalPage taxonProfilLapsanaCommunnis = searchResultPage.clickTaxonName(lapsanaCommunnis, PortalPage.class);
76
        PortalPage taxonProfilLapsanaCommunnis = searchResultPage.clickTaxonName(lapsanaCommunnis, GenericPortalPage.class);
77 77
        assertEquals(getContext().prepareTitle("Lapsana communis"), taxonProfilLapsanaCommunnis.getTitle());
78 78
    }
79 79

  

Also available in: Unified diff