Operation targetOp = assertHasOperation(target, "update");
assertNotSame(srcEdit, targetEdit);
assertNotSame(srcOp, targetOp);
// there should be a run wire between these two
ECARule srcRw = assertHasRunAction(wire, srcEdit, targetOp);
ECARule targetRw = assertHasRunAction(wire, targetEdit, srcOp);
// [new]
// there should be additional ConditionWires to these RunActions
assertGenerated(assertHasSimpleCondition(page, cond, srcRw));
assertGenerated(assertHasSimpleCondition(page, cond, targetRw));