Skip to content

Commit 03bc2ed

Browse files
committed
Update wording
1 parent f08724b commit 03bc2ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ void main() {
308308
controller.initForTestsOnly(editableArgsResult: result2);
309309
await tester.pumpAndSettle();
310310

311-
// Verify the input options are expected.
311+
// Verify the tooltip is expected.
312312
final softWrapInput = _findDropdownButtonFormField('softWrap');
313313
await _tooltipContentIsExpected(
314314
softWrapInput,
@@ -354,7 +354,7 @@ void main() {
354354
controller.initForTestsOnly(editableArgsResult: result2);
355355
await tester.pumpAndSettle();
356356

357-
// Verify the input options are expected.
357+
// Verify the tooltip is expected.
358358
final alignInput = _findDropdownButtonFormField('align');
359359
await _tooltipContentIsExpected(
360360
alignInput,

0 commit comments

Comments
 (0)