Skip to content

Commit

Permalink
Move the cursor to the lower right corner #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaurite committed Oct 28, 2022
1 parent 0d11f3f commit c31bcbf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ class DataGridEditorUiTest extends BaseSamplerUiTest {
@DisplayName("Check dataGrid inline editor while editorBuffered is off")
void checkDataGridCInlineEditorWhileEditorBufferedOff() {
openSample('datagrid-editor')

// Sometimes a random click occurs and opens another
// screen from menu, so move cursor to some safe element
moveCursorToTab("Description")

setEditorBuffered(false)
$j(DataGrid.class, 'customersDataGrid')
.sort('column_name', ASCENDING)
Expand Down

0 comments on commit c31bcbf

Please sign in to comment.