Carlton Whitehead
01/19/2018, 6:40 PMfind<MyView>(Scope())
like @edvin suggested. I had to resort to a replaceView
with a transition duration of zero in order to avoid flaky tests. TestFX was failing to lookup by ID, I suspect because the transitions hadn't completed yet prior to the next test cycle. Would you mind taking a look at the setup pieces of my test? Any feedback would be greatly appreciated! https://github.com/caeos/coner-worker/blob/5-prompt-core-service-connection-details/src/test/kotlin/org/coner/worker/page/EstablishConnectionTest.ktedvin
01/19/2018, 7:42 PMedvin
01/19/2018, 7:45 PMkastork
01/19/2018, 7:46 PMkastork
01/19/2018, 7:47 PMkastork
01/19/2018, 7:49 PMedvin
01/19/2018, 7:50 PMeditModel.items
, so it's possible to get to this, but I'm not sure I can do it in a way that makes sense performance wise.kastork
01/19/2018, 7:50 PMedvin
01/19/2018, 7:50 PMedvin
01/19/2018, 7:55 PMedvin
01/19/2018, 7:56 PMreplaceWith()
without a view transition, no need to set one with duration.zerocarlw
01/19/2018, 7:57 PMkastork
01/19/2018, 7:57 PMedvin
01/19/2018, 7:57 PMkastork
01/19/2018, 7:57 PMedvin
01/19/2018, 7:57 PMcarlw
01/19/2018, 7:57 PMcarlw
01/19/2018, 7:57 PMedvin
01/19/2018, 7:58 PMcarlw
01/19/2018, 7:58 PMkastork
01/19/2018, 7:59 PMcarlw
01/19/2018, 7:59 PMkastork
01/19/2018, 8:00 PMcarlw
01/19/2018, 8:01 PMkastork
01/19/2018, 8:02 PMkastork
01/19/2018, 8:03 PMkastork
01/19/2018, 8:04 PMcarlw
01/19/2018, 8:05 PMkastork
01/19/2018, 8:05 PMcarlw
01/19/2018, 8:06 PM