[full-ci][tests-only] test: convert uploadResumable.feature to playwright#13568
Open
Ashim-Stha wants to merge 1 commit intomasterfrom
Open
[full-ci][tests-only] test: convert uploadResumable.feature to playwright#13568Ashim-Stha wants to merge 1 commit intomasterfrom
uploadResumable.feature to playwright#13568Ashim-Stha wants to merge 1 commit intomasterfrom
Conversation
53 tasks
9f63f95 to
f98a9eb
Compare
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com>
f98a9eb to
32a5290
Compare
|
anon-pradip
reviewed
Feb 13, 2026
| }) | ||
|
|
||
| // When "Alice" pauses the file upload | ||
| await ui.pauseUpload({ actorsEnvironment, stepUser: 'Alice' }) |
Contributor
There was a problem hiding this comment.
ui.userPausesUpload will be better. Also in other places too.
anon-pradip
reviewed
Feb 13, 2026
| @@ -0,0 +1,11 @@ | |||
| import * as tempFs from '../../e2e/support/utils/runtimeFs' | |||
|
|
|||
| export function userCreatesAFileWithSize({ | |||
Contributor
There was a problem hiding this comment.
Suggested change
| export function userCreatesAFileWithSize({ | |
| export function userCreatesAFileOfSize({ |
anon-pradip
reviewed
Feb 13, 2026
| await objects.a11y.Accessibility.assertNoSevereA11yViolations( | ||
| page, | ||
| ['uploadInfoSnackBar'], | ||
| 'Upload info uploading bar' |
Contributor
There was a problem hiding this comment.
Suggested change
| 'Upload info uploading bar' | |
| 'Upload information modal while uploading' |
anon-pradip
reviewed
Feb 13, 2026
| await objects.a11y.Accessibility.assertNoSevereA11yViolations( | ||
| page, | ||
| ['uploadInfoSnackBar'], | ||
| 'Upload info paused bar' |
Contributor
There was a problem hiding this comment.
Suggested change
| 'Upload info paused bar' | |
| 'Upload information modal while upload is paused' |
Contributor
|
Please include |
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
convert
uploadResumable.featuretest to playwright testRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: