Skip to content

Commit

Permalink
Apply suggestions from @m7pr
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and m7pr authored Apr 8, 2024
1 parent 6155ff7 commit 07471da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developer.mozilla.org/en-US/docs/Web/API/Element/checkVisibility>.
#'
#' @return Logical vector with all occurrences of the selector.
Expand Down

0 comments on commit 07471da

Please sign in to comment.