-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Tests-Only] add tests for sharing the shares_folder #5156
Conversation
tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature
Outdated
Show resolved
Hide resolved
ae49c6d
to
a546051
Compare
Then( | ||
'the share permission denied message should be displayed in the sharing dialog on the webUI', | ||
async function() { | ||
const permissionDeniedMessage = "You don't have permission to share this folder." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not getting this from feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that part of the ui doens't shows any other type of message. Its only for the permission denied (as far as I have seen) so it makes more sense to make specific step for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@LukasHirt @kulmann this is ready. Please merge it if you like, or wait until after #5018 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO fine to merge this 👍
Description
Add test for sharing share_folder
Related Issue
Shares
folder throws an error #5152Motivation and Context
How Has This Been Tested?
🤖
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: