diff --git a/ts/tapbundle.classes.taptools.ts b/ts/tapbundle.classes.taptools.ts index e3b0b6a..7eb0db5 100644 --- a/ts/tapbundle.classes.taptools.ts +++ b/ts/tapbundle.classes.taptools.ts @@ -15,14 +15,14 @@ export class TapTools { /** * allow failure */ - allowFailure() { + allowFailure () { this._tapTest.failureAllowed = true } /** * async/await delay method */ - async delayFor(timeMilliArg) { + async delayFor (timeMilliArg) { await plugins.smartdelay.delayFor(timeMilliArg) }