Skip to content

Commit cd6d394

Browse files
committed
MC-2374: Create MFTF Tests
- Use logout action group instead of amOnPage
1 parent 6c3da9c commit cd6d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2929
</before>
3030
<after>
31-
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
31+
<actionGroup ref="logout" stepKey="logout"/>
3232
</after>
3333
<amOnPage url="{{AdminCategoryPage.url}}" stepKey="navigateToCategoryPage"/>
3434
<waitForElementVisible selector="{{AdminCategorySidebarActionSection.AddSubcategoryButton}}" stepKey="waitForSubCategoryBtn"/>

0 commit comments

Comments
 (0)