결재 비활성 안내 개선 및 테이블 기능 보강

This commit is contained in:
JiWoong Sul
2025-09-29 15:49:06 +09:00
parent fef7108479
commit 98724762ec
18 changed files with 1134 additions and 297 deletions

View File

@@ -55,8 +55,8 @@ void main() {
await tester.pumpWidget(_buildApp(const ApprovalHistoryPage()));
await tester.pump();
expect(find.text('결재 이력 조회'), findsOneWidget);
expect(find.text('결재 단계별 변경 이력을 조회합니다.'), findsOneWidget);
expect(find.text('결재 이력 조회'), findsWidgets);
expect(find.text('결재 이력 기능 준비 중'), findsOneWidget);
});
testWidgets('이력 목록을 렌더링하고 검색 필터를 적용한다', (tester) async {