Skip to content

Commit

Permalink
test edge
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed May 17, 2021
1 parent 6a5350d commit 1a0e25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('<DataGrid /> - Filter', () => {

describe('Date operators', function test() {
console.log('BROWSER agent: ', window.navigator.userAgent);
const isEdge = /Edge/.test(window.navigator.userAgent);
const isEdge = /Edg/.test(window.navigator.userAgent);

[
{ operator: 'is', value: new Date(2000, 11, 1), expected: ['12/1/2000'] },
Expand Down

0 comments on commit 1a0e25f

Please sign in to comment.