dart-lang / dart_ci

Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors. Mirrored from dart.googlesource.com/dart_ci. Do not land pull requests on Github.
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Support text highlight and copy on Current Results page #116

Closed nshahan closed 1 year ago

nshahan commented 2 years ago

On multiple occasions I've attempted to copy the name of a configuration but the test can not be selected or copied.

I can copy the name of a test though.

whesse commented 2 years ago

This should be doable by changing the type of the text widget to "SelectableText". I know we did this for the test names.