Conversation
7 tasks
Deploying drive-web with
|
| Latest commit: |
0a5c069
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://84fe7883.drive-web.pages.dev |
| Branch Preview URL: | https://test-name-collision-skip-e2e.drive-web.pages.dev |
terrerox
added this pull request to stack #2151
September 11, 2026 05:44
Covers single and multiple duplicates, per-item and apply-to-all skipping, non-conflicting files still uploading, and Replace trashing the matching file, with auth, bootstrap and Drive endpoints mocked so the specs run without a backend. Queued uploads are asserted through the task panel because Playwright cannot intercept the bridge in Firefox.
terrerox
force-pushed
the
test/name-collision-skip-e2e
branch
from
September 15, 2026 03:33
ac46f0e to
0a5c069
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Stacked on #2039. Playwright coverage for the Skip option: single and multiple duplicates, per-item vs. "apply to all", non-conflicting files still uploading while the dialog is open, and Replace trashing the matching file.
Auth, bootstrap and Drive endpoints are mocked so the specs run without a backend. The Drive mock is an in-memory list of files that answers listings and duplicate checks per folder and records trash and bridge requests; trashing removes the item so follow-up checks see the new state. Queued uploads are asserted through the task panel (a
data-testhook on the panel) rather than bridge requests, because Playwright cannot intercept the bridge's CORS preflight in Firefox.Also extracts the login mocks from the login spec into
authRouteMocks.tsso both specs share them.Related Issues
Related Pull Requests
Checklist
Testing Process
yarn playwright test test/e2e/tests/specs/DRIVE-internxt-name-collision-skip.spec.ts --project "Internxt E2E tests on chromium"with the dev server running.