Improve test-id for product feed
This commit is contained in:
parent
8b245c6bcf
commit
f6ff907cfd
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export const CategoryMapping = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<Box data-testid="categories-mapping-container">
|
||||
<Box>
|
||||
{categories!.map((category) => (
|
||||
<CategoryMappingForm category={category} key={category.id} marginBottom={5} />
|
||||
))}
|
||||
|
|
|
@ -12,7 +12,7 @@ const DynamicCategoryMapping = dynamic(
|
|||
|
||||
const CategoriesPage: NextPage = () => {
|
||||
return (
|
||||
<Box>
|
||||
<Box data-testid="categories-mapping-container">
|
||||
<Breadcrumbs marginBottom={5}>
|
||||
<Breadcrumbs.Item href={"/"}>Configuration</Breadcrumbs.Item>
|
||||
<Breadcrumbs.Item>Categories Mapping</Breadcrumbs.Item>
|
||||
|
|
Loading…
Reference in a new issue