-
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
Added expiration date to collaborators #3086
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
8979763
to
ef09477
Compare
@PVince81 I implemented just two basic tests. There is a lot more to test but that would take 1 - 2 more days of work. If you're okay with it I'd say let's have just those two so this feature is finished in this sprint and because the PR is already anyway really big and then implement the additional ones in next sprint. |
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.
I've fine with the current basic tests. Please raise a ticket for QA team for more extensive tests.
See comments.
ef09477
to
eb1a9ec
Compare
@PVince81 Apart from open discussions all comments addressed. |
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.
👍
some failures, like tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature:49 |
Yeah, looking into it now. |
eb1a9ec
to
b902252
Compare
Hmm, need to change the way how the test for displaying an expiration date is done. Currently, it would the success of the test would depend on the time of a day it's run. |
The core issue is that momentjs is using "22 to 35 hours" as 1 day. |
962c1e3
to
d7680be
Compare
Ok, tests passed - @PVince81 pls re-review 🙏 |
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.
👍 a few minor comments.
apps/files/src/components/Collaborators/CollaboratorsEditOptions.vue
Outdated
Show resolved
Hide resolved
Added acceptance tests
d7680be
to
11903eb
Compare
@PVince81 Comments addressed. |
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.
👍
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: