Project

General

Profile

« Previous | Next » 

Revision 6325c7ad

Added by Andreas Kohlbecker almost 4 years ago

ref #8134 test for TextualTypeDesignation (requires new page class: NamePage)

View differences:

src/main/java/eu/etaxonomy/dataportal/elements/TypeDesignationElement.java
32 32

  
33 33
    public TypeDesignationElement(WebElement element) {
34 34
        super(element);
35
        System.err.println(element.getTagName() + " | " + element.getText());
35 36
        status = element.findElement(By.cssSelector(".type-status"));
36 37
        try {
37 38
            nameDescription = element.findElement(By.cssSelector(".description"));

Also available in: Unified diff