<@UB9K6R4JH> <@U12AGS8JG> Thanks both, i think i w...
# kotlintest
s
@LeoColman @sam Thanks both, i think i was looking InstancePerLeaf, the problem is that i cant use two different then with the same instance of Given and When. With this example:
Copy code
Given("start application") 
	When("first time")
		Then("store user first time")
		Then("load onboarding view")
I am going merge these ´Then´ like this:
Copy code
Given("start application") 
	When("first time")
		Then("store user first time and load onboarding view")