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