-
Notifications
You must be signed in to change notification settings - Fork 157
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
[test-only] Check that image editor open #10571
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. |
@kobergj if you want to check tests with your changes -> just update |
364478e
to
f7d9e33
Compare
I figured out what is issue. step |
93a816c
to
6574c3e
Compare
6574c3e
to
32d8e91
Compare
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.
👍
we also want to have it in stable-8 once the fix is ported to the ocis stable-5
I see the PR: #10565 👍 |
@@ -169,10 +170,35 @@ Feature: link | |||
And "Carol" closes the file viewer | |||
When "Carol" opens the public link "imageLink" | |||
And "Carol" unlocks the public link with password "%public%" | |||
# https://github.com/owncloud/ocis/issues/8602 |
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.
@ScharfViktor I resolved the conflict and looks good from my side.
Quality Gate passedIssues Measures |
And "Alice" uploads the following local file into personal space using API | ||
| localFile | to | | ||
| filesForUpload/simple.pdf | simple.pdf | | ||
| filesForUpload/testavatar.jpg | testavatar.jpg | | ||
And "Alice" uploads the following resource | ||
| resource | | ||
| simple.pdf | | ||
| testavatar.jpg | |
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.
.
changed test in master branch for testing: owncloud/ocis#8608