ui/test: Manual testing fixes (#949)
* Fixed tooltip list items not activated on click * Fixed crash when clearing focused graph edges after displaying graph with no edges * Updated and fixed manual graph view tests * Fixed previous location refocused when activating local symbol * Fixed crash in graph view after showing empty graph
This commit is contained in:
@@ -51,10 +51,10 @@ namespace image_export
|
||||
|
||||
|
||||
|
||||
// TEST: move - WASD
|
||||
// TEST: move - Ctrl + Arrows
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION: Use WASD to scroll up, down, left, right
|
||||
// ACTION: Use Ctrl + Arrows to scroll up, down, left, right
|
||||
// RESULT: graph is moved
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
@@ -81,10 +81,10 @@ namespace image_export
|
||||
|
||||
|
||||
|
||||
// TEST: zoom - Shift + WS
|
||||
// TEST: zoom - Shift + Ctrl + Up/Down
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION: Hold Shift and press W/S
|
||||
// ACTION: Hold Shift + Ctrl and press Up/Down
|
||||
// RESULT: Zoom Level changes, percentage in lower left corner
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user