Occasionally, I encounter this issue while executing test cases in Selenium IDE:
An unexpected error occurred. Message: TypeError: testCase.debugContext.currentCommand(...) is undefined Url: chrome://selenium-ide/content/selenium-runner.js, line: 239, column: 7 .commandComplete@chrome://selenium-ide/content/selenium-runner.js:239:7 TestLoop.prototype.continueTestWhenConditionIsTrue@chrome://selenium-ide/content/selenium-core/scripts/selenium-executionloop.js:163:13 .continueTestWhenConditionIsTrue@chrome://selenium-ide/content/selenium-runner.js:210:7 fnBind/retval@chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js:60:12
This issue arises when transitioning from one test case to another within a test suite.
Any insights on how to address this?