Skip to content

Any screenshot tests with animations such as CircularProgressIndicator may flake #2174

@github-actions

Description

@github-actions

until https://github\.com/cashapp/paparazzi/issues/678 or https://github\.com/cashapp/paparazzi/issues/627 are resolved

// TODO: Any screenshot tests with animations such as CircularProgressIndicator may flake
// until https://github.com/cashapp/paparazzi/issues/678 or https://github.com/cashapp/paparazzi/issues/627 are resolved

                        Row(
                            modifier = Modifier.padding(top = 4.dp),
                        ) {
                            // TODO: Any screenshot tests with animations such as CircularProgressIndicator may flake
                            //  until https://github.com/cashapp/paparazzi/issues/678 or https://github.com/cashapp/paparazzi/issues/627 are resolved
                            if (!LocalInspectionMode.current) {
                                CircularProgressIndicator(
                                    modifier = Modifier.size(16.dp),
                                )
                            }
                            Text(
                                text = message,
                                modifier = Modifier.padding(start = 4.dp),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions