jmix-framework / jmix-ui-tests

Jmix v.1 Classic UI test suite
https://www.jmix.io
Apache License 2.0
1 stars 5 forks source link

Move the cursor to the lower right corner #27

Open GlebDurygin opened 3 years ago

GlebDurygin commented 3 years ago

Sometimes a random click on a menu item in the lower left corner of the screen is triggered, so after opening the screen, you need to move the cursor to the lower right corner.

Caused by: NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"[j-test-id='edit']"}
Element not found {By.jTestId: edit}
Expected: not enabled

image

Caused by: NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":".v-window-modal"}
Element not found {.v-window-modal}
Expected: visible

image

Failed tests: 1) io.jmix.tests.sampler.datagrid.DataGridBasicSettingsUiTest#checkDataGridSortableOptionIsOff(Checks sortable option is off for dataGrid) 2) io.jmix.tests.sampler.datagrid.DataGridAggregatableUiTest.checkDataGridCustomAggregation(Check custom aggregation for dataGrid) 3) io.jmix.tests.sampler.datagrid.DataGridActionsUiTest.checkDataGridCreateActionInContextMenu(Check DataGrid create action in context menu) 4) io.jmix.tests.sampler.datagrid.DataGridEditorUiTest.checkDataGridCInlineEditorWhileEditorBufferedOff(Check dataGrid inline editor while editorBuffered is off) 5) io.jmix.tests.sampler.datagrid.DataGridActionsUiTest.checkDataGridEditActionInContextMenu(Check DataGrid edit action in context menu) 6) io.jmix.tests.sampler.datagrid.DataGridActionsUiTest.checkDataGridCustomActionOnButtonPanel(Check dataGrid custom action on button panel) 7) io.jmix.tests.sampler.datagrid.DataGridBasicSettingsUiTest.checkDataGridColumnsCollapsingAllowedOptionIsOff(Checks columnsCollapsingAllowed option is off for dataGrid) 8) io.jmix.tests.sampler.datagrid.DataGridEditorActionsUiTest.checkDataGridOverriddenCreateAction(Check dataGrid overridden create action) 9) io.jmix.tests.sampler.datagrid.DataGridActionsUiTest.checkDataGridRemoveActionInContextMenu(Check DataGrid remove action in context menu)