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
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