Skip to content

Commit

Permalink
changed message (#6949)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl authored Sep 26, 2024
1 parent 5ba5f82 commit 0e7a583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function TestWithFormButton({ disabled, name, title, icon, docs, markdownContent
const sourcesFound = testParameters.length;

const multipleSourcesTest = useCallback(() => {
inform({ text: `Testing with form support only one source - found ${sourcesFound}.` });
inform({ text: `Ad hoc testing is supported only for scenario with single source. Your scenario has ${sourcesFound} sources.` });
}, [inform, sourcesFound]);

const Icon = useCallback((props) => <UrlIcon src={icon} FallbackComponent={TestWFormIcon} {...props} />, [icon]);
Expand Down

0 comments on commit 0e7a583

Please sign in to comment.