Skip to content

Commit

Permalink
Rebase and fix CRUD product with combination
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Sep 18, 2024
1 parent 96ee5ea commit c8a6ead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe('BO - Catalog - Products : CRUD product with combinations', async
attributes: [
{
name: 'color',
values: ['Gray', 'Taupe', 'Red'],
values: ['Gray', 'Grey', 'Taupe', 'Red'],
},
{
name: 'size',
Expand Down

0 comments on commit c8a6ead

Please sign in to comment.