Skip to content

List of widths ignored #65

@npgarcia

Description

@npgarcia

I am trying to take a screenshot in a specific width, but when I look at the screenshots, all the screenshots in the configuration are stored.

That specific test is only for that width (desktop); the rest of the widths in the configuration are considered mobile. This is the code to take the screenshot. Is the parameter being ignored? Or the configuration overwrites the code?

Percy percy = new Percy(driver); 
percy.snapshot(name, Arrays.asList(1200));

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