Skip to content

[full-ci][tests-only] test: convert uploadResumable.feature to playwright#13568

Open
Ashim-Stha wants to merge 1 commit intomasterfrom
uploadResumable
Open

[full-ci][tests-only] test: convert uploadResumable.feature to playwright#13568
Ashim-Stha wants to merge 1 commit intomasterfrom
uploadResumable

Conversation

@Ashim-Stha
Copy link
Contributor

Description

convert uploadResumable.feature test to playwright test

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

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)

Open tasks:

  • ...

@Ashim-Stha Ashim-Stha self-assigned this Feb 12, 2026
@Ashim-Stha Ashim-Stha force-pushed the uploadResumable branch 9 times, most recently from 9f63f95 to f98a9eb Compare February 12, 2026 11:29
Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com>
@sonarqubecloud
Copy link

})

// When "Alice" pauses the file upload
await ui.pauseUpload({ actorsEnvironment, stepUser: 'Alice' })
Copy link
Contributor

Choose a reason for hiding this comment

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

ui.userPausesUpload will be better. Also in other places too.

@@ -0,0 +1,11 @@
import * as tempFs from '../../e2e/support/utils/runtimeFs'

export function userCreatesAFileWithSize({
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
export function userCreatesAFileWithSize({
export function userCreatesAFileOfSize({

await objects.a11y.Accessibility.assertNoSevereA11yViolations(
page,
['uploadInfoSnackBar'],
'Upload info uploading bar'
Copy link
Contributor

@anon-pradip anon-pradip Feb 13, 2026

Choose a reason for hiding this comment

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

Suggested change
'Upload info uploading bar'
'Upload information modal while uploading'

await objects.a11y.Accessibility.assertNoSevereA11yViolations(
page,
['uploadInfoSnackBar'],
'Upload info paused bar'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'Upload info paused bar'
'Upload information modal while upload is paused'

@anon-pradip
Copy link
Contributor

Please include web-packages.txt file too.

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.

2 participants