The way we currently test the frontend button displayed on the form page is very inefficient. They take around 10 minutes to complete.
Indeed, for every button, we exhaust all different states by regenerating the page from scratch.
A speed-up that could be explored is to exhaust each unique state once and check which button should be displayed.
The way we currently test the frontend button displayed on the form page is very inefficient. They take around 10 minutes to complete.
Indeed, for every button, we exhaust all different states by regenerating the page from scratch.
A speed-up that could be explored is to exhaust each unique state once and check which button should be displayed.