-
On the page app has button with combobox behavior (when clicked, a dropdown list is displayed and attributes are changed). App Phoenix+live_svelte (SSR) Clicking the button is part of the test
Button before click (browser)
Button after click (browser)
but when I click on it in test, I get an error
button exists in the callback (below the error occurs at the moment of clicking, as I suspect because of attribute changes. How can this be fixed? Related files Demo
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Disabling SSR solves the problem, but are there other ways? |
Beta Was this translation helpful? Give feedback.
Disabling SSR solves the problem, but are there other ways?