Skip to content

Commit de08231

Browse files
committed
Fixed CanPrepareRobotsTextFile test
1 parent a693113 commit de08231

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

src/Tests/Nop.Tests/Nop.Web.Tests/Public/Factories/CommonModelFactoryTests.cs

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -255,17 +255,13 @@ public async Task CanPrepareRobotsTextFile()
255255
"Disallow: /country/getstatesbycountryid/", "Disallow: /eucookielawaccept",
256256
"Disallow: /topic/authenticate", "Disallow: /category/products/", "Disallow: /product/combinations",
257257
"Disallow: /uploadfileproductattribute/*", "Disallow: /shoppingcart/productdetails_attributechange/*",
258-
"Disallow: /uploadfilereturnrequest", "Disallow: /boards/topicwatch/*",
259-
"Disallow: /boards/forumwatch/*", "Disallow: /install/restartapplication", "Disallow: /boards/postvote",
258+
"Disallow: /uploadfilereturnrequest", "Disallow: /install/restartapplication",
260259
"Disallow: /product/estimateshipping/*", "Disallow: /shoppingcart/checkoutattributechange/*",
261260
"Disallow: /addproducttocart/catalog/", "Disallow: /addproducttocart/details/",
262-
"Disallow: /backinstocksubscriptions/manage", "Disallow: /boards/forumsubscriptions",
263-
"Disallow: /boards/forumwatch", "Disallow: /boards/postedit", "Disallow: /boards/postdelete",
264-
"Disallow: /boards/postcreate", "Disallow: /boards/topicedit", "Disallow: /boards/topicdelete",
265-
"Disallow: /boards/topiccreate", "Disallow: /boards/topicmove", "Disallow: /boards/topicwatch",
266-
"Disallow: /cart$", "Disallow: /changecurrency", "Disallow: /changelanguage",
267-
"Disallow: /changetaxtype", "Disallow: /checkout", "Disallow: /checkout/billingaddress",
268-
"Disallow: /checkout/completed", "Disallow: /checkout/confirm", "Disallow: /checkout/shippingaddress",
261+
"Disallow: /backinstocksubscriptions/manage", "Disallow: /cart$", "Disallow: /changecurrency",
262+
"Disallow: /changelanguage", "Disallow: /changetaxtype", "Disallow: /checkout",
263+
"Disallow: /checkout/billingaddress", "Disallow: /checkout/completed",
264+
"Disallow: /checkout/confirm", "Disallow: /checkout/shippingaddress",
269265
"Disallow: /checkout/shippingmethod", "Disallow: /checkout/paymentinfo",
270266
"Disallow: /checkout/paymentmethod", "Disallow: /clearcomparelist", "Disallow: /compareproducts",
271267
"Disallow: /compareproducts/add/*", "Disallow: /customer/avatar", "Disallow: /customer/activation",
@@ -282,10 +278,6 @@ public async Task CanPrepareRobotsTextFile()
282278
"Disallow: /uploadfilecheckoutattribute", "Disallow: /uploadfileproductattribute",
283279
"Disallow: /uploadfilereturnrequest", "Disallow: /wishlist", "Disallow: /en/addproducttocart/catalog/",
284280
"Disallow: /en/addproducttocart/details/", "Disallow: /en/backinstocksubscriptions/manage",
285-
"Disallow: /en/boards/forumsubscriptions", "Disallow: /en/boards/forumwatch",
286-
"Disallow: /en/boards/postedit", "Disallow: /en/boards/postdelete", "Disallow: /en/boards/postcreate",
287-
"Disallow: /en/boards/topicedit", "Disallow: /en/boards/topicdelete",
288-
"Disallow: /en/boards/topiccreate", "Disallow: /en/boards/topicmove", "Disallow: /en/boards/topicwatch",
289281
"Disallow: /en/cart$", "Disallow: /en/changecurrency", "Disallow: /en/changelanguage",
290282
"Disallow: /en/changetaxtype", "Disallow: /en/checkout", "Disallow: /en/checkout/billingaddress",
291283
"Disallow: /en/checkout/completed", "Disallow: /en/checkout/confirm",

0 commit comments

Comments
 (0)