Skip to content

[full-ci][tests-only] Rewrite groupActions file into playwrightonly#13554

Open
nabim777 wants to merge 1 commit intomasterfrom
tests/groupActions
Open

[full-ci][tests-only] Rewrite groupActions file into playwrightonly#13554
nabim777 wants to merge 1 commit intomasterfrom
tests/groupActions

Conversation

@nabim777
Copy link
Member

@nabim777 nabim777 commented Feb 2, 2026

Description

Rewrite the old Cucumber test from file-action/groupActions.feature with a only 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:

  • ...

@update-docs
Copy link

update-docs bot commented Feb 2, 2026

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@nabim777 nabim777 changed the title tests: rewrite groupActions file into playwrightonly [full-ci][tests-only] Rewrite groupActions file into playwrightonly Feb 2, 2026
@nabim777 nabim777 self-assigned this Feb 3, 2026
@nabim777 nabim777 marked this pull request as ready for review February 3, 2026 03:34
@nabim777 nabim777 force-pushed the tests/groupActions branch 2 times, most recently from acb1ddc to 70293be Compare February 3, 2026 09:34
@nabim777 nabim777 requested a review from kavitagautam February 3, 2026 09:34
@nabim777 nabim777 force-pushed the tests/groupActions branch 7 times, most recently from c70f422 to 3d1d78f Compare February 9, 2026 09:24
@nabim777 nabim777 force-pushed the tests/groupActions branch 3 times, most recently from 8f9be02 to 1ea38ed Compare February 11, 2026 07:10
@nabim777 nabim777 force-pushed the tests/groupActions branch 2 times, most recently from 6120902 to 7d6cdff Compare February 13, 2026 07:37
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
@sonarqubecloud
Copy link

await waitForSSEEvent(user, event)
}

export async function userDisablesAutoAccepting({
Copy link
Member

Choose a reason for hiding this comment

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

api steps are all Given steps

Suggested change
export async function userDisablesAutoAccepting({
export async function userHasDisabledAutoAcceptingShare({

await api.dav.addTagToResource({ user, resource, tags })
}

export async function userShouldGetSSEEvent({
Copy link
Member

@saw-jan saw-jan Feb 13, 2026

Choose a reason for hiding this comment

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

this should be treated as UI step. we can move this to ui/session.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants