Skip to content

Support RichText in finders #21961

@mehmetf

Description

@mehmetf

Internal: b/193847760

Let's make this test pass:

    await tester.pumpWidget(MaterialApp(
      home: Scaffold(body: RichText(text: TextSpan(text: "MyRichText"))),
    ));
    expect(find.text("MyRichText"), findsOneWidget);

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our testsa: typographyText rendering, possibly libtxtc: new featureNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions