test: his_request_test mobile

This commit is contained in:
DenserMeerkat
2024-08-21 22:09:30 +05:30
parent eb02c435e3
commit 063b9258c2
6 changed files with 91 additions and 13 deletions

View File

@ -22,7 +22,7 @@ void main() async {
await ApidashTestHelper.initialize(
size: Size(kCompactWindowWidth, kMinWindowSize.height));
apidashWidgetTest("Testing Environment Manager in desktop end-to-end",
apidashWidgetTest("Testing Environment Manager in mobile end-to-end",
(WidgetTester tester, helper) async {
await tester.pumpUntilFound(find.byType(DashApp));
await Future.delayed(const Duration(seconds: 1));