UID | Category | Title |
---|---|---|
0007 | Selection | Deselect objects via mouse's box selection |
Description (User must be able to...)
Deselect objects by creating a box selection on an empty spot on the canvas.
Steps
- load pre-existent file containing some objects
- select all objects by pressing
Ctrl+A
- deselect all objects by clicking and dragging the mouse on an empty spot on the canvas
Assertions
- after step 1...
- the collection with text blocks must have 1 item
- the collection for nodes must have 8 items
- no object must be selected
- after step 2, all existing objects (1 text block + 8 nodes) must be selected
- after step 3, repeat the same assertions performed after finishing step 1
Setup
Copy .ndz file with objects to be selected in a temporary folder so we can load it.
Teardown
Remove .ndz file copied during setup.