diff --git a/testsuite/features/support/commonlib.rb b/testsuite/features/support/commonlib.rb index c09384c11c36..de1e02c3847f 100644 --- a/testsuite/features/support/commonlib.rb +++ b/testsuite/features/support/commonlib.rb @@ -608,6 +608,7 @@ def channel_sync_completed?(channel_name) false end +# TODO: This method is not used anywhere, consider removing it # Determines whether a channel is synchronized on the server. # # @param channel [String] The name of the channel to check.