We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e4d8 commit 491b71aCopy full SHA for 491b71a
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Page/AdminProductEditPage.xml
@@ -8,7 +8,7 @@
8
9
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
11
- <page name="AdminProductEditPage" url="catalog/product/edit/id/" area="admin" module="Magento_Catalog">
+ <page name="AdminProductEditPage" url="catalog/product/edit/id/{{productId}}" area="admin" module="Magento_Catalog">
12
<!-- This page object only exists for the url. Use the AdminProductCreatePage for selectors. -->
13
</page>
14
</pages>
0 commit comments