Enable previously skipped Editable test (#80761)
This commit is contained in:
parent
b33c7891c1
commit
dca07d2a8a
@ -320,7 +320,7 @@ void main() {
|
|||||||
pumpFrame(phase: EnginePhase.compositingBits);
|
pumpFrame(phase: EnginePhase.compositingBits);
|
||||||
|
|
||||||
expect(editable, paintsExactlyCountTimes(#drawRRect, 0));
|
expect(editable, paintsExactlyCountTimes(#drawRRect, 0));
|
||||||
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/61024
|
});
|
||||||
|
|
||||||
test('text is painted above selection', () {
|
test('text is painted above selection', () {
|
||||||
final TextSelectionDelegate delegate = FakeEditableTextState();
|
final TextSelectionDelegate delegate = FakeEditableTextState();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user