Project

General

Profile

« Previous | Next » 

Revision 68467d82

Added by Andreas Kohlbecker almost 5 years ago

name type designation status bold - adapting tests

View differences:

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

  
33 33
    public TypeDesignationElement(WebElement element) {
34 34
        super(element);
35
        status = element.findElement(By.cssSelector(".status"));
35
        status = element.findElement(By.cssSelector(".type-status"));
36 36
        try {
37 37
            nameDescription = element.findElement(By.cssSelector(".description"));
38 38
        } catch (NoSuchElementException e) {

Also available in: Unified diff