Project

General

Profile

« Previous | Next » 

Revision e249276f

Added by Andreas Kohlbecker over 3 years ago

ref #4372 adapting media gallery to zen theme

View differences:

src/main/java/eu/etaxonomy/dataportal/pages/GenericPortalPage.java
54 54
        wait.until(
55 55
                    new AllTrue(
56 56
                                new PageTitleValidated(context.prepareTitle("Search results")),
57
                                new VisibilityOfElementLocated(By.id("container"))
57
                                new VisibilityOfElementLocated(By.id("search_results"))
58 58
                                )
59 59
                    );
60 60
        return new TaxonSearchResultPage(driver, context);

Also available in: Unified diff