-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:154 failing randomly #5660
Comments
@phil-davis After investigating it was found the problem with stale DOM reference. So, what can we do? Refresh page after uploading file? or any other way? |
@sakshamgurung stale reference does usually mean that the DOM changed and the test is trying to access to old DOM element, so we need to understand why that is happening. Why aren't we using the current DOM? |
I can confirm that the cause of the failure for this scenario is |
For shareIndicator test step, the function that gets share-indicator will get retried once if the share-indicator is not found for the first time. If that happens then you are likely to see |
this seems to be the case, according to @fschade the whole row is re-rendered when the preview is loaded |
hopefully fixed in #5852 |
Another randomly failing scenario. Example https://drone.owncloud.com/owncloud/web/18187/28/14
The text was updated successfully, but these errors were encountered: