robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
958 stars 378 forks source link

V2.0.8.1's NEW KEY WORD MUST input argument #2673

Closed Jasonlya closed 9 months ago

Jasonlya commented 10 months ago

After upgrading my RIDE version from V2.0.5 to V2.0.8.1, I noticed that when creating a new keyword in the interface, it is mandatory to fill in the 'argument' field in order to save the keyword.

There are no specific error messages or indications in the RIDE logs. When I click 'OK', there is no response and I am unable to save.

RIDE version :V2.0.8.1 Python interpreter version :3.10.1 Operating system and its version:win 10

JFoederer commented 10 months ago

@Jasonlya , can you please complete your issue report following the guidelines: https://github.com/robotframework/RIDE/blob/5fa2ec014b8cf475bac10e65b6476800450f9aed/CONTRIBUTING.adoc#submitting-issues

Jasonlya commented 9 months ago

Supplemented.

HelioGuilherme66 commented 9 months ago

@Jasonlya Thanks for the report.

As a workaround, you can create with a variable as argument and later remove it by clicking the Clear button, on the keyword settings section.