Skip to content

Commit 58b0757

Browse files
Ashish.Kumar18Ashish.Kumar18
Ashish.Kumar18
authored and
Ashish.Kumar18
committed
Verification test added
1 parent 7b8d6e1 commit 58b0757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/verification/Resources/DataActionsTest.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class DataActionsTestCest
5858
$I->deleteEntity("createdInTest", "test"); // stepKey: deleteInTest
5959
$I->updateEntity("createdInBefore", "test", "entity",[]); // stepKey: updatedDataOutOfScope
6060
$I->deleteEntity("createdInBefore", "test"); // stepKey: deleteDataOutOfScope
61-
$I->rapidClick("#general_locale_timezone", "50"); // stepKey: rapidClickTest
61+
$I->rapidClick("#functionalTestSelector", "50"); // stepKey: rapidClickTest
6262
}
6363

6464
public function _passed(AcceptanceTester $I)

dev/tests/verification/TestModule/Test/DataActionsTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<deleteData createDataKey="createdInTest" stepKey="deleteInTest"/>
1919
<updateData entity="entity" createDataKey="createdInBefore" stepKey="updatedDataOutOfScope"/>
2020
<deleteData createDataKey="createdInBefore" stepKey="deleteDataOutOfScope"/>
21-
<rapidClick selector="{{LocaleOptionsSection.timezone}}" count="50" stepKey="rapidClickTest"/>
21+
<rapidClick selector="#functionalTestSelector" count="50" stepKey="rapidClickTest"/>
2222
</test>
2323
</tests>

0 commit comments

Comments
 (0)