Skip to content

Commit 2d78236

Browse files
author
Matteo Rigon
committed
Merge branch 'develop'
2 parents 8cce625 + 98d7fb2 commit 2d78236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/grid.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('grid', () => {
66
it('reacts to media query state changes', async () => {
77
const page = await loadExample('grid');
88
await testBreakpoint(page, 400, 700, 'xs');
9-
await testBreakpoint(page, 600, 700, 'sm');
9+
await testBreakpoint(page, 650, 700, 'sm');
1010
await testBreakpoint(page, 800, 700, 'md');
1111
await testBreakpoint(page, 1000, 700, 'lg');
1212
await testBreakpoint(page, 1300, 700, 'xl');

0 commit comments

Comments
 (0)