--- a/tests/src/maintenance.seqtest.ts +++ b/tests/src/maintenance.seqtest.ts @@ -415,4 +415,10 @@ }); }); }); + + after(async () => { + await usingPlaygrounds(async(helper) => { + await helper.getSudo().executeExtrinsic(superuser, 'api.tx.maintenance.disable', []); + }); + }); });