vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

test: ensure Vaadin request and response are not available in access() commands #1829

Closed mcollovati closed 1 month ago

mcollovati commented 1 month ago

When executing access enqueued command, Flow clears all thread locals in CurrentInstance (vaadin/flow#20255), so VaadinRequest and VaadinResponse will never be available.