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

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

@@ -65,8 +65,8 @@ void main() {
await tester.pumpWidget(_buildApp(const ApprovalStepPage()));
await tester.pump();
expect(find.text('결재 단계 관리'), findsOneWidget);
expect(find.text('결재 단계 순서와 승인자를 구성합니다.'), findsOneWidget);
expect(find.text('결재 단계 관리'), findsWidgets);
expect(find.text('결재 단계 기능 준비 중'), findsOneWidget);
});
testWidgets('목록을 렌더링하고 상세 다이얼로그를 연다', (tester) async {