test: add unit tests for poultry repository and searchable dropdown functionalities

- Introduced tests for `PoultryScienceRepositoryImp` to validate delegated remote calls.
- Added comprehensive tests for `SearchableDropdownLogic` covering selection, overlay, and search logic.
- Enhanced `SearchableDropdown` widget tests for multi-select, label building, and overlay management.
This commit is contained in:
2025-11-16 15:40:21 +03:30
parent 716a7ed259
commit a66c8b69ca
16 changed files with 812 additions and 304 deletions

View File

@@ -323,7 +323,7 @@ void main() {
).thenAnswer((_) async => mockResponse);
// Act
await authRemoteDataSource.submitUserInfo(userInfo);
await authRemoteDataSource.stewardAppLogin(token: 'test-token', queryParameters: userInfo);
// Assert
verify(