teal icon indicating copy to clipboard operation
teal copied to clipboard

Fix the integration tests by alternative

Open vedhav opened this issue 8 months ago • 4 comments

Closes https://github.com/insightsengineering/coredev-tasks/issues/554

Changes:

  1. ~The container in the integration test does not seem to evaluate the JS code to check visibility when app_driver$is_visible is called with visibility_property = TRUE~ Bumping the chrome version to resolve this issue.
  2. Increasing the timeout threshold for wait_for_page_stability. For an unknown reason this timeout does not work in certain containers. Initial timeout (500ms) was set as a 2x of what was needed in my local machine. But looks like we need at least 800 ms to work in some loaded conditions. So, setting it to 2000 ms now.

vedhav avatar May 29 '24 12:05 vedhav