mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 14:58:28 +08:00
dataTableShowLogs
This commit is contained in:
@ -6,6 +6,7 @@ import 'package:apidash/models/models.dart';
|
||||
import 'package:apidash/consts.dart';
|
||||
|
||||
void main() {
|
||||
dataTableShowLogs = false;
|
||||
testWidgets('Testing RequestFormDataTable', (WidgetTester tester) async {
|
||||
const List<FormDataModel> sampleData = [
|
||||
FormDataModel(name: 'Key1', value: 'Value1', type: FormDataType.file),
|
||||
|
@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
dataTableShowLogs = false;
|
||||
testWidgets('Testing RequestDataTable', (WidgetTester tester) async {
|
||||
final Map<String, String> sampleData = {
|
||||
'Key1': 'Value1',
|
||||
|
Reference in New Issue
Block a user