2) I have a current test class where i don’t call set content and let activity run its course. It has two test cases which are identical. The first one always fails due to a specific node not being present and then the second one works. Assuming we don’t have to explicitly call setcontent is there a waitUntil a node is present type deal? I see we have a waitUntil function but can’t find a way to check for a particular node without doing a full assert.