Skip to content

Commit d97c6c5

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

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
@@ -234,7 +234,7 @@ describe('Editor', () => {
234234
await expect.element(editor).not.toBeInTheDocument();
235235
});
236236

237-
it('should not discard when closeOnExternalRowChange is false and row is changed from outside', async () => {
237+
it('should not close the editor when closeOnExternalRowChange is false and row is changed from outside', async () => {
238238
page.render(
239239
<EditorTest
240240
editorOptions={{

0 commit comments

Comments
 (0)