Skip to content

Strikethrough repuntil #202

@olw-medcom

Description

@olw-medcom

Hey there,

I have this code:

<flow>
               <thread>
                  <repuntil desc="Desc" title="Title">
                     <do>
                        <receive id="shareInstructions"
                                 desc="Fetch instructions through the API"
                                 handler="HttpMessagingV2"
                                 to="TestBed"
                                 from="ITBUser">
                           <input name="method">"GET"</input>
                           <input name="body">$instructionsAsAnAPIBody</input>
                           <input name="headers">$APIExecutionTestsHeaders</input>
                           <input name="uriExtension" asTemplate="true">"/instructions/${SESSION{sessionId}}"</input>
                        </receive>
                     </do>
                     <cond>$interaction1IsDone</cond>
                  </repuntil>
               </thread>

When the testcase has been started, it renders like this in the UI:

Image

Why is it striked through? It still works, the GET input is set up and awaits to be called. After I've called the GET endpoint, it looks like I expect:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions