Skip to content

Commit 606a9b7

Browse files
committed
fix test
1 parent 1b22b84 commit 606a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/editor-ui/src/features/workflow-diff/WorkflowDiffModal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('WorkflowDiffModal', () => {
133133

134134
// Component should render with the basic structure
135135
expect(container.querySelector('.header')).toBeInTheDocument();
136-
expect(container.querySelector('h1')).toBeInTheDocument();
136+
expect(container.querySelector('h4')).toBeInTheDocument();
137137
});
138138

139139
it('should initialize with correct props', () => {

0 commit comments

Comments
 (0)