Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Nov 21, 2024
1 parent e5bfa6c commit 04aa681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe(DomainWorkflowsHeader.name, () => {

render(<DomainWorkflowsHeader />);

expect(await screen.findByText('Query input')).toBeInTheDocument();
expect(await screen.findByText('Query')).toBeInTheDocument();
});

it('toggles input type when segmented control is used', async () => {
Expand Down

0 comments on commit 04aa681

Please sign in to comment.