2026-08-05 17:55:27 +08:00
|
|
|
// Coordinate gate previously used spike_editor_pane (retired).
|
|
|
|
|
// Re-run on Surface via docs/plans/surface-diagnostic-checklist.md
|
|
|
|
|
// once a PenEditorScreen-based harness is restored.
|
2026-06-21 20:15:21 +08:00
|
|
|
|
|
|
|
|
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
|
import 'package:integration_test/integration_test.dart';
|
|
|
|
|
|
|
|
|
|
void main() {
|
|
|
|
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
|
|
|
|
|
2026-08-05 17:55:27 +08:00
|
|
|
testWidgets('coordinate_assertion retired with spike pane', (tester) async {
|
|
|
|
|
}, skip: true);
|
2026-06-21 20:15:21 +08:00
|
|
|
}
|