Unverified Commit c7572150 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Skip the right web golden file test (#93740)

parent c319a9f6
...@@ -897,7 +897,8 @@ void main() { ...@@ -897,7 +897,8 @@ void main() {
find.byType(MaterialApp), find.byType(MaterialApp),
matchesGoldenFile('text_field_golden.TextSelectionStyle.2.png'), matchesGoldenFile('text_field_golden.TextSelectionStyle.2.png'),
); );
}); // Text selection styles are not fully supported on web.
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/93723
testWidgets( testWidgets(
'text field toolbar options correctly changes options', 'text field toolbar options correctly changes options',
......
...@@ -4868,6 +4868,5 @@ void main() { ...@@ -4868,6 +4868,5 @@ void main() {
find.byType(MaterialApp), find.byType(MaterialApp),
matchesGoldenFile('selectable_text_golden.TextSelectionStyle.2.png'), matchesGoldenFile('selectable_text_golden.TextSelectionStyle.2.png'),
); );
// Text selection styles are not fully supported on web. });
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/93723
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment