Skip to content

add viewport for macbook 16' #8889

@sagarrajput

Description

@sagarrajput

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.
Screenshot 2020-10-20 at 12 09 16 PM

Versions

Cypress: 5.4.0, MacOS 10.15.7 (19H2), Google Chrome:86.0.4240.80

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions