mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-18 12:01:57 +02:00
This test was flaking. The problem appears to have been that we were clicking "Continue" twice in succession; the intention was that we click on two *different* "Continue" buttons, but sometimes we ended up clicking in the same one twice. Fix it by waiting for the content to change after the first click. Fixes: #31316