OLD | NEW |
(Empty) | |
| 1 Tests that interacting with the console gives appropriate focus. |
| 2 |
| 3 Message count: 2 |
| 4 |
| 5 Running: testClickingWithSelectedTextShouldNotFocusPrompt |
| 6 Focused element: BODY |
| 7 Viewport scrolled to top: true |
| 8 Clicking message 0 |
| 9 Focused element: BODY |
| 10 Viewport scrolled to top: true |
| 11 |
| 12 Running: testClickOnMessageShouldFocusPromptWithoutScrolling |
| 13 Focused element: BODY |
| 14 Viewport scrolled to top: true |
| 15 Clicking message 0 |
| 16 Focused element: TEXTAREA |
| 17 Viewport scrolled to top: true |
| 18 |
| 19 Running: testClickOutsideMessageListShouldFocusPromptAndMoveCaretToEnd |
| 20 Focused element: BODY |
| 21 Viewport scrolled to top: true |
| 22 Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1} |
| 23 Clicking on container |
| 24 Focused element: TEXTAREA |
| 25 Viewport scrolled to top: false |
| 26 Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6} |
| 27 |
OLD | NEW |