Skip to content

Commit c147926

Browse files
committed
ACP2E-1646: Page Builder CORS errors prevent product save.
- AdminCreateRoleActionGroup was the cause of the MFTF test generation failure in the Functional CE Build, which was fixed.
1 parent 9ae9a1f commit c147926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAsAdmin1"/>
3939
</after>
4040
<!-- Create a restricted role with access only to Catalog -->
41-
<actionGroup ref="AdminCreateRoleActionGroup" stepKey="createRestrictedRole">
41+
<actionGroup ref="AdminCreateRoleWithoutScopeSelectionActionGroup" stepKey="createRestrictedRole">
4242
<argument name="restrictedRole" value="Catalog"/>
4343
<argument name="User" value="limitedAccessRole"/>
4444
</actionGroup>

0 commit comments

Comments
 (0)