Prepares semantics_update_test for upcoming link URL change (#151261)
Prepares for https://github.com/flutter/engine/pull/53507 by adding a missing parameter to the `updateNode` test method. Part of https://github.com/flutter/flutter/issues/150263
This commit is contained in:
parent
aad381638d
commit
8e44e94e22
@ -213,6 +213,7 @@ class SemanticsUpdateBuilderSpy extends Fake implements ui.SemanticsUpdateBuilde
|
|||||||
required Int32List childrenInHitTestOrder,
|
required Int32List childrenInHitTestOrder,
|
||||||
required Int32List additionalActions,
|
required Int32List additionalActions,
|
||||||
int headingLevel = 0,
|
int headingLevel = 0,
|
||||||
|
String? linkUrl,
|
||||||
}) {
|
}) {
|
||||||
// Makes sure we don't send the same id twice.
|
// Makes sure we don't send the same id twice.
|
||||||
assert(!observations.containsKey(id));
|
assert(!observations.containsKey(id));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user