Search in sources :

Example 1 with CategoryPill

use of com.wikia.webdriver.elements.communities.mobile.components.discussions.common.category.CategoryPill in project selenium-tests by Wikia.

the class CreatingPostTests method fillPostCategoryWith.

private CategoryPill fillPostCategoryWith(final PostsCreator postsCreator, final String description) {
    CategoryPill categoryPill = postsCreator.click().closeGuidelinesMessage().addDescriptionWith(description).clickAddCategoryButton().findCategoryOn(0);
    categoryPill.click();
    return categoryPill;
}
Also used : CategoryPill(com.wikia.webdriver.elements.communities.mobile.components.discussions.common.category.CategoryPill)

Aggregations

CategoryPill (com.wikia.webdriver.elements.communities.mobile.components.discussions.common.category.CategoryPill)1