Package org.xwiki.test.ui.watchlist.elements

Examples of org.xwiki.test.ui.watchlist.elements.WatchlistUserProfilePage


    }

    public WatchlistUserProfilePage switchToWatchlist()
    {
        this.watchlistCategory.click();
        return new WatchlistUserProfilePage(getUsername());
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.ui.watchlist.elements.WatchlistUserProfilePage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.