V2Wizard: Add ouiaId for FileSystemTable

Need this to distinguish it from the table in V1.
This commit is contained in:
Jakub Rusz 2024-04-15 20:58:19 +02:00 committed by Amir Fefer
parent 8a7d15e54d
commit 68bfa8c351

View file

@ -158,6 +158,7 @@ const FileSystemTable = () => {
return (
<Table
className={isDragging ? styles.modifiers.dragOver : ''}
ouiaId="partition_table_v2"
aria-label="File system table"
variant="compact"
data-testid="fsc-table"