From 5018b72307cabb885eaebe2066c20d8b4b915f88 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 18 Jun 2021 15:52:41 +0200 Subject: [PATCH] fix merge --- test/e2e/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/index.test.ts b/test/e2e/index.test.ts index 4b4560fb2ef6..a7e3100a5974 100644 --- a/test/e2e/index.test.ts +++ b/test/e2e/index.test.ts @@ -113,6 +113,7 @@ describe('e2e', () => { Array.from(document.querySelectorAll('[role="cell"]')).map((node) => node.textContent), ), ).to.deep.equal(['1', '2']); + }); it('should work with a select as the edit cell', async () => { await renderFixture('DataGrid/SelectEditCell');