Skip to content

Commit 67a22ab

Browse files
Update test/browser/column/renderEditCell.test.tsx
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
1 parent eae455f commit 67a22ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/browser/column/renderEditCell.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ describe('Editor', () => {
218218
expect(getCellsAtRowIndex(0)[1]).toHaveTextContent(/^a1bac$/);
219219
});
220220

221-
it('should discard when closeOnExternalRowChange is true or undefined and row is changed from outside', async () => {
221+
it('should close the editor when closeOnExternalRowChange is true or undefined and row is changed from outside', async () => {
222222
page.render(
223223
<EditorTest
224224
editorOptions={{

0 commit comments

Comments
 (0)