Skip to content

Conversation

@cdarsow
Copy link
Contributor

@cdarsow cdarsow commented Dec 3, 2025

Short Description

Refactoring of the collabora file dialog to only have one feature dialog for usage in several places

Links to Ticket and related Pull-Requests

https://ticketsystem.dbildungscloud.de/browse/BC-11042

Changes

Data-security

Deployment

New Repos, NPM packages or vendor scripts

Screenshots of UI changes

Checklist before merging

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)
  • Cypress: Every new feature has suitable Cypress tests implemented

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

@cdarsow cdarsow self-assigned this Dec 3, 2025
@cdarsow cdarsow added the WIP someone is working on that label Dec 3, 2025
@cdarsow cdarsow removed the WIP someone is working on that label Dec 5, 2025
it("should emit event", async () => {
const { wrapper } = await setup();

const typeSelect = wrapper.findComponent(VSelect);
Copy link
Contributor

Choose a reason for hiding this comment

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

Das wäre eigentlich auch Setupfunktion im Szenario

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm, ist das hier nicht "normales" test arrangement? bzw. was wäre denn die daumenregel bei uns, was wir ins setup packen? bei dem mocking und mock-return (dadrüber) bin ich bei dir - aber hier versteh ich das noch nicht ganz.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 2025

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants