Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RISDEV-6147 Add file numbers #73

Merged
merged 4 commits into from
Jan 17, 2025
Merged

Conversation

andreas-deazevedo
Copy link
Contributor

@andreas-deazevedo andreas-deazevedo commented Jan 17, 2025

ChipsList and ChipsInput taken from ris-backend-service, incl. test class.

@andreas-deazevedo andreas-deazevedo merged commit d52c0bd into main Jan 17, 2025
13 checks passed
@andreas-deazevedo andreas-deazevedo deleted the RISDEV-6147_add_file_number branch January 17, 2025 13:56
// await expect(aktenzeichenElement).toHaveValues(['Az1', 'Az2'])
const aktenzeichenElement = page.getByText('Aktenzeichen')
await expect(aktenzeichenElement).toHaveCount(1)
await aktenzeichenElement.fill('Az1')
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's nice to see that standard .fill() works with these components!

@hannes-mk
Copy link
Collaborator

Approved

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.

2 participants