We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08724b commit 03bc2edCopy full SHA for 03bc2ed
1 file changed
packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart
@@ -308,7 +308,7 @@ void main() {
308
controller.initForTestsOnly(editableArgsResult: result2);
309
await tester.pumpAndSettle();
310
311
- // Verify the input options are expected.
+ // Verify the tooltip is expected.
312
final softWrapInput = _findDropdownButtonFormField('softWrap');
313
await _tooltipContentIsExpected(
314
softWrapInput,
@@ -354,7 +354,7 @@ void main() {
354
355
356
357
358
final alignInput = _findDropdownButtonFormField('align');
359
360
alignInput,
0 commit comments