runTest(args)} schedulable={false} buttonText="Test just this step (Ctrl+Enter)" detailed={false} bind:args={stepArgs} /> {#if testIsLoading} {/if} {#if testJob != undefined && 'result' in testJob && testJob.result != undefined}
						
					
{:else}
{testIsLoading ? 'Waiting for result...' : 'Test to see the result here'}
{/if}