You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
they will fail while, if I test them one by one, they succeed. If now I remove the FlutterI18nDelegate and run again the tests together, they will succeed. Is it possible that this FlutterI18nDelegate creates some dependency between these tests?
The text was updated successfully, but these errors were encountered:
I'm trying to create a WidgetHelper class that will build the MaterialApp for every test. In this class I use the FlutterI18nDelegate:
If I try now to run these tests together:
they will fail while, if I test them one by one, they succeed. If now I remove the FlutterI18nDelegate and run again the tests together, they will succeed. Is it possible that this FlutterI18nDelegate creates some dependency between these tests?
The text was updated successfully, but these errors were encountered: