Package org.zanata.page.dashboard

Examples of org.zanata.page.dashboard.DashboardActivityTab


    private boolean dashboardPresentAfterLogin() throws Exception {
        return dashboard.activityTabIsSelected();
    }

    private boolean activityListExpands() throws Exception {
        DashboardActivityTab activityTab = dashboard.gotoActivityTab();
        assertThat(activityTab.isMoreActivity());
        assertThat(activityTab.getMyActivityList()).isNotEmpty();
        return activityTab.clickMoreActivity();
    }
View Full Code Here

TOP

Related Classes of org.zanata.page.dashboard.DashboardActivityTab

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.