Updated integration_tests/platform_interaction test_step.dart by HansMuller · Pull Request #131301 · flutter/flutter

@HansMuller

@HansMuller

zanderso

@HansMuller

This was referenced

Jul 28, 2023

auto-submit bot pushed a commit to flutter/packages that referenced this pull request

Jul 28, 2023

LouiseHsu pushed a commit to LouiseHsu/flutter that referenced this pull request

Jul 31, 2023
…r#131301)

Force the line height of the TextStyle used in test_step.dart to be 1.0 for all Text widgets.

The test started failing after flutter#129724 landed. Assuming that the vertical layout of the test was tight and that the change in the default font's line height is the source of the problem (see flutter#130732 (comment)).

Fixes flutter#130732

vashworth pushed a commit to vashworth/flutter that referenced this pull request

Aug 2, 2023
…r#131301)

Force the line height of the TextStyle used in test_step.dart to be 1.0 for all Text widgets.

The test started failing after flutter#129724 landed. Assuming that the vertical layout of the test was tight and that the change in the default font's line height is the source of the problem (see flutter#130732 (comment)).

Fixes flutter#130732