Skip to content

Commit d982027

Browse files
committed
Add 2xl viewport to cypress testing
1 parent 69fea1c commit d982027

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cypress/e2e/reader.cy.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
export {};
22

33
const viewports: Cypress.ViewportPreset[] = [
4-
'macbook-13',
5-
'iphone-x',
6-
'ipad-2',
4+
'macbook-16', // 2xl
5+
'macbook-13', // xl
6+
'ipad-2', // md
7+
'iphone-x', // sm
78
];
89

910
describe('reader view', () => {

0 commit comments

Comments
 (0)