Sergio Crespo Toubes
02/14/2019, 8:25 AMGiven("start application")
When("first time")
Then("store user first time")
Then("load onboarding view")
I am going merge these ´Then´ like this:
Given("start application")
When("first time")
Then("store user first time and load onboarding view")