Steps to replicate the issue (include links if applicable):
Create a new test (I am testing here )
Go to result validation -> function
Paste in the string String equality
Click the String equality result that appears in the dropdown
What happens?:
Intermittently nothing happens when clicking on the item in the dropdown.
What should have happened instead?:
A new field labeled "second string" should always appear
Other information (browser name/version, screenshots, etc.):
There are no errors in the devtools console or in the network tab. But here are two videos reproducing the failure:
| intermittent failure gif | failure gif | |
This was discovered while working on T410705 (a follow up task from the webdriverio v9 upgrade). I initially thought the issue was in the selenium test code, but am now able reliably produce it in the application without using the selenium tests. If I wait a couple of seconds before adding String equality to the text field, then the error doesn't occur.

