Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed Jun 18, 2021
1 parent 30ae00f commit 5018b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5018b72

Please sign in to comment.