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;
}
Aggregations