Skip to content

Properly await setProps to update component

Illya Klymov requested to merge xanf/fix-async-props into master

What does this MR do?

setProps() in vue-test-utils is "partially async" and in 1.x will become more async than now. To be safe and to keep our tests green after migration we need to properly await things

Part of &4255 (closed) effort

#240756 (closed)

Screenshots (strongly suggested)

N/A

Does this MR meet the acceptance criteria?

Conformity

Merge request reports

Loading