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

E2E Tests für Associated Form Fields #7184

Open
sdvg opened this issue Dec 11, 2024 · 0 comments
Open

E2E Tests für Associated Form Fields #7184

sdvg opened this issue Dec 11, 2024 · 0 comments

Comments

@sdvg
Copy link
Member

sdvg commented Dec 11, 2024

Associated Form Fields sind ein nicht automatisiert getestetes Feature, bei dem leicht etwas kaputt gehen kann.

Hier sollten wir E2E-Tests hinzufügen. Für die Implementierung bietet es sich an, ein <form>-Element zu verwenden und die Daten mit Hilfe von FormData auszulesen:

const formData = new FormData(formElement);
// Object.fromEntries(formData.entries());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant