V2Wizard: Add ouiaId for FileSystemTable
Need this to distinguish it from the table in V1.
This commit is contained in:
parent
8a7d15e54d
commit
68bfa8c351
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue