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';
8
8
9
9
void main () {
10
10
group ('SuperTextField' , () {
11
- testGoldensOnAndroid ('displays toolbar pointing down for expanded selection' , (tester) async {
11
+ testGoldensOniOS ('displays toolbar pointing down for expanded selection' , (tester) async {
12
12
// Pumps a widget tree with a SuperTextField at the bottom of the screen.
13
13
await _pumpSuperTextfieldToolbarTestApp (
14
14
tester,
15
15
child: Positioned (
16
16
bottom: 50 ,
17
17
child: _buildSuperTextField (
18
18
text: 'Arrow pointing down' ,
19
- configuration: SuperTextFieldPlatformConfiguration .iOS,
20
19
),
21
20
),
22
21
);
@@ -57,13 +56,12 @@ void main() {
57
56
);
58
57
});
59
58
60
- testGoldensOnAndroid ('displays toolbar pointing up for expanded selection' , (tester) async {
59
+ testGoldensOniOS ('displays toolbar pointing up for expanded selection' , (tester) async {
61
60
// Pumps a widget tree with a SuperTextField at the top of the screen.
62
61
await _pumpSuperTextfieldToolbarTestApp (
63
62
tester,
64
63
child: _buildSuperTextField (
65
64
text: 'Arrow pointing up' ,
66
- configuration: SuperTextFieldPlatformConfiguration .iOS,
67
65
),
68
66
);
69
67
You can’t perform that action at this time.
0 commit comments