Update for running for responsive widths in desktop

This commit is contained in:
Ashita Prasad
2024-08-25 23:05:44 +05:30
parent 4bb5afecb6
commit 55ad184a49
8 changed files with 21 additions and 27 deletions

View File

@@ -23,9 +23,8 @@ Future<void> runDesktopEnvIntegrationTest() async {
const unknown = "unknown";
const expectedCurlCode = "curl --url '$testEndpoint$envVarValue'";
await ApidashTestHelper.initialize(
size: Size(kExpandedWindowWidth, kMinWindowSize.height));
apidashWidgetTest("Testing Environment Manager in desktop end-to-end",
apidashWidgetTest(
"Testing Environment Manager in desktop end-to-end", kExpandedWindowWidth,
(WidgetTester tester, helper) async {
await tester.pumpUntilFound(find.byType(DashApp));
await Future.delayed(const Duration(seconds: 1));