Skip to content

Commit 9c7b1ea

Browse files
Manjusha.SManjusha.S
authored andcommitted
MQE-2021 : Added new attribute unique
1 parent 51b6fad commit 9c7b1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/verification/Resources/DataActionsTest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DataActionsTestCest
3232
$I->createEntity("createdInBefore", "hook", "entity", [], []); // stepKey: createdInBefore
3333
$I->updateEntity("createdInBefore", "hook", "entity",[]); // stepKey: updateInBefore
3434
$I->deleteEntity("createdInBefore", "hook"); // stepKey: deleteInBefore
35-
$customerFields['lastname'] = "foo61f90e3156e25";
35+
$customerFields['firstname'] = "foo61f90e3156e25";
3636
$I->createEntity("customer", "hook", "Simple_Customer_Without_Address", [], $customerFields); // stepKey: customer
3737
$I->comment('[END BEFORE HOOK]');
3838
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<updateData entity="entity" createDataKey="createdInBefore" stepKey="updateInBefore"/>
1515
<deleteData createDataKey="createdInBefore" stepKey="deleteInBefore"/>
1616
<createData stepKey="customer" entity="Simple_Customer_Without_Address">
17-
<field key="lastname" unique="suffix" >foo</field>
17+
<field key="firstname" unique="suffix" >foo</field>
1818
</createData>
1919

2020
</before>

0 commit comments

Comments
 (0)