Skip to content

Commit 2c3c633

Browse files
ACQE-8414: [MFTF TESTS] AdminAdobeStockSafeContentFilterTest
- Fixes to clear filters before safe search
1 parent c84b0dc commit 2c3c633

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AdobeStockImageAdminUi/Test/Mftf/Test/AdminAdobeStockSafeContentFilterTest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
@@ -33,6 +33,7 @@
3333
<argument name="query" value="cars"/>
3434
</actionGroup>
3535
<grabTextFrom selector="{{AdminAdobeStockSection.recordsFound}}" stepKey="countWithoutSafeFilter"/>
36+
<actionGroup ref="AdminAdobeStockModalClearAllFiltersActionGroup" stepKey="clearAllAdobeStockFilters" />
3637
<actionGroup ref="AdminAdobeStockExpandFiltersActionGroup" stepKey="expandFilters"/>
3738
<actionGroup ref="AdminUserApplySafeSearchFilterActionGroup" stepKey="applySafeSearchFilter"/>
3839
<grabTextFrom selector="{{AdminAdobeStockSection.recordsFound}}" stepKey="countWithAppliedFilter"/>

0 commit comments

Comments
 (0)