-
Couldn't load subscription status.
- Fork 3.4k
Closed
Description
Current behavior
Currently, we don't have a preset of MacBook 16'
Desired behavior
Need to add a preset of MacBook 16' in our codebase.
Test code to reproduce
beforeEach(function () { cy.viewport('macbook-15') cy.login(); }); describe('Home page', () => { it('Home Page', () => { cy.navigateTo('Home'); cy.wait(2000); }); }); If you see in beforeEach for cy.viewport(''), we don;t have macbook-16' available.

Versions
Cypress: 5.4.0, MacOS 10.15.7 (19H2), Google Chrome:86.0.4240.80
Metadata
Metadata
Assignees
Labels
No labels