fun isTheSameGroup()

in test-recorder/src/main/kotlin/com/intellij/remoterobot/recorder/steps/GroupableStep.kt [9:11]


    fun isTheSameGroup(step: Any?) : Boolean {
        return step != null && step is GroupableStep && step.groupId == step.groupId
    }