From 07471dacd53e6ffca6e351aedd3e254513ba4190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:24:55 +0200 Subject: [PATCH] Apply suggestions from @m7pr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com> --- R/TealAppDriver.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/TealAppDriver.R b/R/TealAppDriver.R index e496a65d86..26cca91583 100644 --- a/R/TealAppDriver.R +++ b/R/TealAppDriver.R @@ -250,10 +250,10 @@ TealAppDriver <- R6::R6Class( # nolint: object_name. available_datasets[displayed_datasets_index] }, #' @description - #' Test if CSS elements are visible on the page via Javascript call. - #' @param selector (`character`) CSS selector to test visibility. + #' Test if CSS elements are visible on the page via JavaScript call. + #' @param selector (`character(1)`) CSS selector to check visibility. #' A `CSS` id will return only one element if the UI is well formed. - #' @param content_visibility_auto,opacity_property,visibility_property (`logical`) See more information + #' @param content_visibility_auto,opacity_property,visibility_property (`logical(1)`) See more information #' on . #' #' @return Logical vector with all occurrences of the selector.