Skip to content
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][full-ci] add batch restore e2e test and remove acceptance counterparts #10890

Merged
merged 1 commit into from
May 13, 2024

Conversation

saw-jan
Copy link
Member

@saw-jan saw-jan commented May 10, 2024

Description

Added batch retore e2e test and removed the acceptance counterparts.
Some test-cases covered in API: owncloud/ocis#9126

Related Issue

Motivation and Context

How Has This Been Tested?

  • 💻

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@saw-jan saw-jan marked this pull request as ready for review May 10, 2024 09:16
Copy link
Contributor

@PrajwolAmatya PrajwolAmatya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ScharfViktor ScharfViktor merged commit 1301013 into master May 13, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the tests/remove-trashbin-suite branch May 13, 2024 12:46
)
}

await Promise.all([waitResponses, page.locator(restoreResourceButton).click()])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MUST spread the array

await Promise.all([...waitResponses, page.locator(restoreResourceButton).click()])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants