OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.19k stars 472 forks source link

Create Cypress tests to test drag and drop actions #6549

Open dcarracedo opened 3 months ago

dcarracedo commented 3 months ago

Description We need to check the actions that the user could do with drag and drop actions on the boot order and user inputs sections of the virtual machine tempaltes-

Use case To check that changing the order of the elements the result is a change in the order of the items in the template.

Interface Changes N/A

Additional Context This library -> https://www.npmjs.com/package/@4tw/cypress-drag-drop could be use to simulate the drag and drop action.

Progress Status