Skip to content

Commit 9ae9a1f

Browse files
committed
ACP2E-1646: Page Builder CORS errors prevent product save.
- MFTF Test Build failures are fixed
1 parent 12c4ce9 commit 9ae9a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/SpecificACLAdminUserCheckProductContentEditWithPageBuilderTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<actionGroup ref="AdminDeleteCreatedUserActionGroup" stepKey="deleteAdminUser">
3333
<argument name="user" value="Admin3"/>
3434
</actionGroup>
35-
<actionGroup ref="AdminDeleteUserRoleWithSpecifiedPermissionActionGroup" stepKey="deleteRole">
36-
<argument name="role" value="limitedAccessRole"/>
35+
<actionGroup ref="AdminDeleteUserRoleActionGroup" stepKey="deleteRole">
36+
<argument name="roleName" value="{{limitedAccessRole.name}}"/>
3737
</actionGroup>
3838
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAsAdmin1"/>
3939
</after>

0 commit comments

Comments
 (0)