Skip to content

Commit 45d3742

Browse files
author
Valeriy Nayda
committed
GraphQl-45: Product textarea field format
-- Update benchmarks scenarios according to updated GraphQL Schema
1 parent 6a20b98 commit 45d3742

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/UrlRewritesTest.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ public function testProductWithNoCategoriesAssigned()
3333
items {
3434
name,
3535
sku,
36-
description,
37-
url_rewrites {
36+
description {
37+
html
38+
}
39+
url_rewrites {
3840
url,
3941
parameters {
4042
name,
@@ -87,8 +89,10 @@ public function testProductWithOneCategoryAssigned()
8789
items {
8890
name,
8991
sku,
90-
description,
91-
url_rewrites {
92+
description {
93+
html
94+
}
95+
url_rewrites {
9296
url,
9397
parameters {
9498
name,

0 commit comments

Comments
 (0)