- Issue created by @utkarsh_33
- Merge request !341#3477957: Make the keyboard shortcut for duplicate work. → (Open) created by utkarsh_33
- First commit to issue fork.
- 🇺🇸United States cosmicdreams Minneapolis/St. Paul
I've added the code change I was talking about in the Gitlab discussion. I wonder, does pressing 'Command + D' actually duplicate the element?
The next test fails to measure that there are two elements present where there was once one. It times out. Is it stalling because it's trying to look for the duplicate but it's not there yet?
- 🇺🇸United States cosmicdreams Minneapolis/St. Paul
My theory was that the duplication test needed the same steps / structure as the delete test. But waiting for the preview to be ready did not fix the test.
I'm left wondering if the component duplication logic is what is not working.
I'm left wondering if the component duplication logic is what is not working.
I tested this and this works when we try to duplicate a component using the contextual menu dropdown.
I think the problem is with the key Events, which seems not to be working but i am unsure why is that happening as i can duplicate the components using the keyboard shortcuts on my local.I'll try to dig more into this.Thanks!- 🇺🇸United States bnjmnm Ann Arbor, MI
Added a suggestion on how to avoid
wait()
I added a better way of asserting that the hero component is added to correct place.