Skip to content

Commit 17365df

Browse files
committed
chore: remove strange platform setup
1 parent 1bed56f commit 17365df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

super_editor/test_goldens/super_textfield/super_textfield_toolbar_test.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ import '../test_tools_goldens.dart';
88

99
void 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

0 commit comments

Comments
 (0)