Prepare a few signed and non-conflicting signed transactions, save them to file. Load them via "Tools > Load transaction > From multiple files". Click broadcast.
Repeat the test but add a conflicting transaction (spend the same coin to a different address) to trigger the partial success code path.
Patch the code to raise an error in `MultiTransactionsWidget.broadcast_transactions` to trigger the `on_broadcast_error` method.