feat: add test identifiers (data-test) to Container Copy components (#2306)

This commit is contained in:
BChoudhury-ms
2026-01-06 21:19:58 +05:30
committed by GitHub
parent 258a6286e7
commit 53288dec6f
29 changed files with 206 additions and 23 deletions

View File

@@ -22,6 +22,7 @@ const CreateCopyJobScreens: React.FC = () => {
<Stack.Item className="createCopyJobScreensContent">
{contextError && (
<MessageBar
data-test="Panel:ErrorContainer"
className="createCopyJobErrorMessageBar"
messageBarType={MessageBarType.blocked}
isMultiline={false}