-
Notifications
You must be signed in to change notification settings - Fork 156
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
Skipped oCIS tests for sharing jail #6896
Comments
Note: for e2e tests for navigating into an accepted share, I'd rather write new e2e tests instead of new nightwatch acceptance tests. See #6895 |
I think it really depends on what the test does. acceptShares.feature:
reasons:
shareWithGroups.feature / shareWithUsers.featurehere we actually check if certain operations like upload, delete etc. work correctly in the webUI inside of a shared folder. For that we need to navigate into the folder. I can see two options
|
List of skipped scenarios in #7246 :
|
@SwikritiT can we close this issue? |
list of all the tests skipped in Nightwatch shares jails included are listed here #7264 |
In order to get the share jail PR merged I needed to skip some tests on oCIS. They all have in common that they do sharing related actions, then browser to the
Shares
folder via the personal page and do some checks there if files/folders exist or don't exist.Since oCIS with share jail doesn't have the
Shares
folder in the personal view anymore, those checks don't work like that. Instead one could navigate into the respective share via shared with me page and check if that is successful (only for accepted shares). Other than that we can only rely on the share acceptance state in the shared with me page - which we already do.One thought that went through my mind is: with the share jail we don't mount shares into the personal home anymore. Does it make sense to keep those tests at all? Because if we shorten them by the steps that check previously checked the mount point we only check state changes in the shared with me page. That could be covered with far less effort / fewer tests. And maybe even by only relying on unit tests. What do you think?
cc @individual-it @phil-davis
list of tests skipped on oCIS for sharing jail
The text was updated successfully, but these errors were encountered: