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

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

@@ -43,8 +43,8 @@ void main() {
await tester.pumpWidget(_buildApp(const ApprovalPage()));
await tester.pump();
expect(find.text('결재 관리'), findsOneWidget);
expect(find.text('비활성화 (백엔드 준비 중)'), findsOneWidget);
expect(find.text('결재 관리'), findsWidgets);
expect(find.text('결재 관리 기능 준비 중'), findsOneWidget);
});
group('플래그 On', () {