koalatiapp / app

Main repository for the Koalati web application, based on dunglas/symfony-docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional tests are broken due to usage of web components for buttons

EmilePerron opened this issue · comments

Functional tests have been disabled in phpunit.xml.dist because the usage of web component for buttons has broken every test that relies on a form's button (which is all of them).

One way to fix this would be to make functional tests use a real browser instead of Symfony's WebTestCase.

In the near future, these tests will be updated to be Playwright-based instead of using Symfony's WebTestCase.

This has been fixed with the introduction of Playwright for E2E tests (and the removal of the broken tests in 5ae689d)