Skip to content

Fix failing test in vue 3 mode

Artur Fedorov requested to merge 478873-vue3-migration-keys-panel into master

What does this MR do and why?

Describe in detail what your merge request does and why.

What was cleaned up from epic:

  1. Remove Vue.set
Error: Unexpected calls to console (1) with:
	
	[1] warn: [Vue warn]: Property "currentScope" was accessed during render but is not defined on instance.,
	, at <Anonymous,key=5,deploy-key=,[object Object],project-id=null,>,
	, at <Anonymous,title="test",keys=,[object Object],showHelpBox=true, ...,>,
	, at <VTUROOT>
	

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

NO VISUAL CHANGES

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run test un vue 3 mode VUE_VERSION=3 yarn jest --watch
  2. Checkout branch
  3. Run test un vue 3 mode VUE_VERSION=3 yarn jest --watch

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading