Forum Discussion

MW_Didata's avatar
MW_Didata
Regular Contributor
2 years ago
Solved

Move TC / TE overlay

Any way to move this guy? 

 

I need to click the button right behind it.

Maybe put it in the left corner where it won't bother me?

  • OpenAPI 3 doesn't use JSON Schema directly, but uses an "extended subset of JSON Schema". As such, some difference exist, and the behavior of 'null' and 'nullable' is an example for that. Also, OAS3 is not based on the latest JSON Schema, but an older draft version (that's known as 00 or 05).

     

    Any changes to the specification are driven by the OpenAPI Initiative and not SmartBear. You can check the work around it at https://github.com/OAI/OpenAPI-Specification/.

8 Replies

  • If you're using keyword tests, then use Run Code Snippet - again, it will be a one line code.

    • MW_Didata's avatar
      MW_Didata
      Regular Contributor

      Like in the previous Sceenshot I send or run Indicator.hide twice and it also shows?

  • Using either Indicator.Hide() or Indicator.Show() requires one line of code, but you have 8 lines of code 🙄

    • MW_Didata's avatar
      MW_Didata
      Regular Contributor

      True but that would mean 2 functions, now it's 1 with a parameter.

      Probably could still shrink a little but that is where my coding knowledge runs out

       

      EDIT: I guess I could run code snippet aswell, might do that

      Fixed it:

       

    • MW_Didata's avatar
      MW_Didata
      Regular Contributor

      Thanks, I'll try this since it's only in a few places

       

      EDIT: this works, I just wrote a little script to handle this issue