File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
super_editor/test_goldens/super_textfield Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ import '../test_tools_goldens.dart';
88
99void main () {
1010 group ('SuperTextField' , () {
11- testGoldensOnAndroid ('displays toolbar pointing down for expanded selection' , (tester) async {
11+ testGoldensOniOS ('displays toolbar pointing down for expanded selection' , (tester) async {
1212 // Pumps a widget tree with a SuperTextField at the bottom of the screen.
1313 await _pumpSuperTextfieldToolbarTestApp (
1414 tester,
1515 child: Positioned (
1616 bottom: 50 ,
1717 child: _buildSuperTextField (
1818 text: 'Arrow pointing down' ,
19- configuration: SuperTextFieldPlatformConfiguration .iOS,
2019 ),
2120 ),
2221 );
@@ -57,13 +56,12 @@ void main() {
5756 );
5857 });
5958
60- testGoldensOnAndroid ('displays toolbar pointing up for expanded selection' , (tester) async {
59+ testGoldensOniOS ('displays toolbar pointing up for expanded selection' , (tester) async {
6160 // Pumps a widget tree with a SuperTextField at the top of the screen.
6261 await _pumpSuperTextfieldToolbarTestApp (
6362 tester,
6463 child: _buildSuperTextField (
6564 text: 'Arrow pointing up' ,
66- configuration: SuperTextFieldPlatformConfiguration .iOS,
6765 ),
6866 );
6967
You can’t perform that action at this time.
0 commit comments