final HashTag hashTag2 = createHashTag("holidays",70L);
final HashTag hashTag3 = createHashTag("futboll",80L);
final HashTag hashTag4 = createHashTag("championsLeague",90L);
final HashTag hashTag5 = createHashTag("copaAmerica",150L);
/** Question 2 **/
final Question question2 = createQuestion("Question 1", "");
createQuestionAnswer("yes", question2, "12345");
createQuestionAnswer("no", question2, "12346");
this.tweetPoll = createPublishedTweetPoll(secondary.getAccount(), question2);
this.tweetPoll.getHashTags().add(hashTag1);
this.tweetPoll.getHashTags().add(hashTag2);
getTweetPoll().saveOrUpdate(this.tweetPoll);
/** Question 3 **/
final Question question3 = createQuestion("Question 2", "");
createQuestionAnswer("yes", question3, "12345");
createQuestionAnswer("no", question3, "12346");
this.tweetPoll = createPublishedTweetPoll(secondary.getAccount(), question3);
this.tweetPoll.getHashTags().add(hashTag1);
this.tweetPoll.getHashTags().add(hashTag2);
this.tweetPoll.getHashTags().add(hashTag3);
getTweetPoll().saveOrUpdate(this.tweetPoll);
/** Question 4 **/
final Question question4 = createQuestion("Question 3", "");
createQuestionAnswer("yes", question4, "12345");
createQuestionAnswer("no", question4, "12346");
this.tweetPoll = createPublishedTweetPoll(secondary.getAccount(), question4);
this.tweetPoll.getHashTags().add(hashTag1);
this.tweetPoll.getHashTags().add(hashTag4);
this.tweetPoll.getHashTags().add(hashTag5);
getTweetPoll().saveOrUpdate(this.tweetPoll);
/** Question 5 **/
final Question question5 = createQuestion("Question 4", "");
createQuestionAnswer("yes", question5, "12345");
createQuestionAnswer("no", question5, "12346");
this.tweetPoll = createPublishedTweetPoll(secondary.getAccount(), question5);
this.tweetPoll.getHashTags().add(hashTag4);
this.tweetPoll.getHashTags().add(hashTag5);
this.tweetPoll.getHashTags().add(hashTag3);
getTweetPoll().saveOrUpdate(this.tweetPoll);
final Question question6 = createQuestion("Question 5", "");
createQuestionAnswer("yes", question6, "12345");
createQuestionAnswer("no", question6, "12346");
this.tweetPoll = createPublishedTweetPoll(secondary.getAccount(), question6);
this.tweetPoll.getHashTags().add(hashTag3);