Project

General

Profile

« Previous | Next » 

Revision a764d3d1

Added by Andreas Kohlbecker over 3 years ago

ref #9234 ignoring test temporariliy

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/SpecimensTreeViewTest.java
16 16
import org.apache.log4j.Level;
17 17
import org.apache.log4j.Logger;
18 18
import org.junit.Before;
19
import org.junit.Ignore;
19 20
import org.junit.Test;
20 21
import org.openqa.selenium.By;
21 22
import org.openqa.selenium.WebElement;
......
54 55
    }
55 56

  
56 57
    @Test
58
    @Ignore // see #9234
57 59
    public void test1() throws MalformedURLException {
58 60
        TaxonPage p = new TaxonPage(driver, getContext(), glenodinium_apiculatum_t, "specimens");
59 61
        WebElement specimensTable = p.getDataPortalContent().getElement().findElement(By.cssSelector("#specimens table.derivate_tree"));

Also available in: Unified diff