Josh Patsey
Josh Patsey
if I set `onlyRecordLastFailure: true` then I can get tests to run, but then it hangs at the end, not synchronized.  if i set `onlyRecordLastFailure: false` then I get...
FWIW Mine is now working after version `5.1.4`
I still think this is an issue. I have an element that's considered still displayed ```html ``` Trying to capture all the styles involved.   I feel the `visibility:...
But it doesn't, wdio is telling me it's still displayed
When i copy the `isElementDisplayed` script and check the element, it comes back as false, which is correct  But somehow i'm getting this error when it's actually running ...
Okay, digging in more, after 9.6.X there was a change to use checkVisibility https://github.com/webdriverio/webdriverio/pull/14075 For whatever reason, the checkVisibility function thinks it's displayed, but the old legacy script doesn't. That's...
@christian-bromann any thoughts about this? a lot of us are stuck on 9.5 while 9.12 just got released
In the end, it's the built in `checkVisibility` function that's not working as expected. Can that part be reverted or is that the way forward?
Do you have a timeline for this getting released?
Yes i'm on latest version of all, and i posted an example in the original post