The robot gets stuck while clicking on the config, causing the test to fail. Based on my findings, if a selection is already present in the RunConfigurationsComboBoxButton
, clicking it again has no effect. However, if no selection is present, the issue does not occur, and we can retrieve the list of existing run configurations. I noticed that the configuration remains in a selected state due to an underlying issue, preventing it from being clicked again. This behavior occurs inconsistently across my builds, and the root cause is still unclear.
Not able to attach the video in the forum. So here is the link of the issue that I created in GitHub - Robot gets stuck sometimes during the UI Tests. · Issue #496 · JetBrains/intellij-ui-test-robot · GitHub
Hello. If anyone has any information regarding this issue, it would be greatly appreciated. Thanks!
Hi, it looks like a freeze, can you please check if there are any freeze reports?
Thanks! I agree that the issue must be related to the selected state of the Run Configuration selector. Unfortunately, it is already in this state from the beginning of the video. It seems to be somehow left over from some previous actions. Normally it removes when popup window is closed. Can you check if any tests were run previously on the same running instance of the IDE?
It would be great to find the cause and know how to reproduce it.
Also, this hypothesis can be tested by a second click on the Run Configuration selector, because the first click toggles it back.
Yes, there are tests running before this, but since they pass, the video is not usually available. I’ll check to see if I can obtain those videos as well. Also, fyi, we tried adding a second click to the config box, but it couldn’t be clicked again as it remained in the selected state.