Add test infrastructure and data-test attributes for Container Copy e2e testing

This commit is contained in:
Bikram Choudhury
2025-12-13 18:16:53 +05:30
parent 6167f94bc3
commit 2ce91f1ef8
31 changed files with 937 additions and 14 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}