Project

General

Profile

« Previous | Next » 

Revision 1b1c2bc9

Added by Andreas Kohlbecker almost 5 years ago

ref #4372 page elementd DupalBlock and FeatureBlock compatible also with zen theme

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/palmae/Calamus_acanthospathus_TaxonProfileTest.java
108 108
        FeatureBlock featureBlockDistribution = p.getFeatureBlockAt(featureId, featureClass, "div", "span");
109 109

  
110 110
        assertEquals(featureLabel, featureBlockDistribution.getTitle().getText());
111
        assertEquals(contentTextFull, featureBlockDistribution.getContent().getText().trim());
111
        assertEquals(contentTextFull, featureBlockDistribution.getContentText().trim());
112 112

  
113 113
        featureBlockDistribution.testDescriptionElementLayout(0, indent, descriptionElementFontSize, expectedCssDisplay, expectedListStyleType, expectedListStylePosition, expectedListStyleImage);
114 114
        assertEquals(1, featureBlockDistribution.getOriginalSourcesSections().size());

Also available in: Unified diff