Skip to content

Missing public accessors for ScreenshotState #6

Description

@cdm2012

Add the following methods in lib/integration_test.dart

  bool isPreviewState() { return _screenshotState == ScreenshotState.PREVIEW; }

  bool isResponsiveState() { return _screenshotState == ScreenshotState.RESPONSIVE; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions