test: env_manager mobile

This commit is contained in:
DenserMeerkat
2024-08-16 03:45:57 +05:30
parent 52d275ee8b
commit 833494540f
5 changed files with 191 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ void main() async {
await navigateByIcon(tester, Icons.auto_awesome_mosaic_outlined);
await Future.delayed(const Duration(milliseconds: 200));
/// Check if environment variable is now shown on hover
/// Check if environment variable is now shown on hover
await gesture.moveTo(tester.getCenter(find.descendant(
of: find.byType(URLTextField),
matching: find.text('{{$envVarName}}'))));