vuejs / apollo

🚀 Apollo/GraphQL integration for VueJS
http://apollo.vuejs.org
MIT License
6.03k stars 523 forks source link

test: fix subscription test #1547

Closed nickmessing closed 7 months ago

nickmessing commented 8 months ago

Cause (from video): First character on second typing is ignored in github workflow, so it's "af" instead of "Waf" Idea: Vue doesn't get to render the updated input before cypress tries to type again Fix strategy: Check for input to be empty before typing again