// --- Select a connection, make it segmented and drag a segment ---
steps.add([this] {
beginTest("Manipulate a segmented connection");
expect(cnv->connections.size() >= 2, "connect-by-drag must have created a second connection, have " + String(static_cast<int>(cnv->connections.size())));