-
Notifications
You must be signed in to change notification settings - Fork 168
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] Adds e2e tests for download files batch action #6541
Conversation
05ecaae
to
f40d238
Compare
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23335/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23335/tracing/alice-creates-public-link-to-a-folder-alice-2022-3-7-09-54-44.zip |
The base branch needs to be merged first #6461 |
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.
Please don't merge before @fschade has brought in his E2E improvements
103143e
to
62bf306
Compare
6d46892
to
5c9ea1a
Compare
@pascalwengerter Is it limited to this PR only? There is another PR too for the e2e tests #6461 that's ready to be merged. So let us know if we need to withhold that too. |
0e3d8d4
to
98e5ffc
Compare
is this still active or should we take over? |
I was actually waiting for you to review it again. I have addressed your previous reviews. Can you take a look at it again? |
fccfcc6
to
b4e626f
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.
Thanks for the PR, just some minor nitpicks.
folder: string | ||
} | ||
|
||
export const selectMultipleResources = async (args: selectResourcesArgs): Promise<void> => { |
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.
as reference for later, if we have selectRsources we also need a way to reset/deselect them again if a action on the same path should happen. No action item.
95d7e9f
to
417e902
Compare
b05f23d
to
552d06b
Compare
552d06b
to
2172893
Compare
@fschade I've addressed your reviews can you take a look? |
175e544
to
ccd6acf
Compare
Signed-off-by: Swikriti Tripathi <[email protected]>
ccd6acf
to
ad36f30
Compare
a72fb45
to
4db25e8
Compare
Kudos, SonarCloud Quality Gate passed! |
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, thanks for pushing through here!
@@ -0,0 +1,35 @@ | |||
Feature: link | |||
|
|||
@issue-6239 |
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.
The linked issue has been resolved so after this PR has been merged we should be able to run the directory download tests for both backends (= remove the oc10
from the filename)
Also please use the squash-merge option here:) |
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 🎸
Description
Adds test implementation for step
Alice downloads 2 files as tar.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: