|
20 | 20 | </annotations>
|
21 | 21 |
|
22 | 22 | <before>
|
| 23 | + <createData entity="FullSource1" stepKey="createSource1"/> |
23 | 24 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
24 | 25 | </before>
|
25 | 26 | <after>
|
|
38 | 39 | <fillField userInput="{{FullSource1.longitude}}" selector="{{AdminEditSourceGeneralSection.longitude}}" stepKey="fillLongitudeField1"/>
|
39 | 40 |
|
40 | 41 | <conditionalClick selector="{{AdminEditSourceContactInfoSection.closed}}" dependentSelector="{{AdminEditSourceContactInfoSection.opened}}" visible="false" stepKey="clickOnContactInfo1"/>
|
| 42 | + <waitForPageLoad time="5" stepKey="waitForPageLoad1"/> |
41 | 43 | <fillField userInput="{{FullSource1.contact_name}}" selector="{{AdminEditSourceContactInfoSection.contactName}}" stepKey="fillContactNameField1"/>
|
42 | 44 | <fillField userInput="{{FullSource1.email}}" selector="{{AdminEditSourceContactInfoSection.email}}" stepKey="fillEmailField1"/>
|
43 | 45 | <fillField userInput="{{FullSource1.phone}}" selector="{{AdminEditSourceContactInfoSection.phone}}" stepKey="fillPhoneField1"/>
|
44 | 46 | <fillField userInput="{{FullSource1.fax}}" selector="{{AdminEditSourceContactInfoSection.fax}}" stepKey="fillFaxField1"/>
|
45 | 47 |
|
46 | 48 | <conditionalClick selector="{{AdminEditSourceAddressDataSection.closed}}" dependentSelector="{{AdminEditSourceAddressDataSection.opened}}" visible="false" stepKey="clickOnAddresses1"/>
|
| 49 | + <waitForPageLoad time="5" stepKey="waitForPageLoad2"/> |
47 | 50 | <selectOption userInput="{{FullSource1.country}}" selector="{{AdminEditSourceAddressDataSection.country}}" stepKey="selectCountry1"/>
|
48 | 51 | <selectOption userInput="{{FullSource1.stateProvince}}" selector="{{AdminEditSourceAddressDataSection.state}}" stepKey="selectState1"/>
|
49 | 52 | <fillField userInput="{{FullSource1.city}}" selector="{{AdminEditSourceAddressDataSection.city}}" stepKey="fillCityField1"/>
|
50 | 53 | <fillField userInput="{{FullSource1.street}}" selector="{{AdminEditSourceAddressDataSection.street}}" stepKey="fillStreetField1"/>
|
51 | 54 | <fillField userInput="{{FullSource1.postcode}}" selector="{{AdminEditSourceAddressDataSection.postcode}}" stepKey="fillPostcodeField1"/>
|
52 | 55 |
|
53 | 56 | <conditionalClick selector="{{AdminEditSourceCarriersSection.closed}}" dependentSelector="{{AdminEditSourceCarriersSection.opened}}" visible="false" stepKey="clickOnCarriers1"/>
|
| 57 | + <waitForPageLoad time="5" stepKey="waitForPageLoad3"/> |
54 | 58 | <checkOption selector="{{AdminEditSourceCarriersSection.useGlobalShippingConfiguration}}" stepKey="checkUseGlobalShippingConfiguration1"/>
|
55 | 59 |
|
56 | 60 | <click selector="{{AdminGridMainControls.saveAndContinue}}" stepKey="clickOnSaveAndContinue"/>
|
|
62 | 66 | <seeInField selector="{{AdminEditSourceGeneralSection.longitude}}" userInput="0" stepKey="seeLongitudeInField"/>
|
63 | 67 |
|
64 | 68 | <conditionalClick selector="{{AdminEditSourceContactInfoSection.closed}}" dependentSelector="{{AdminEditSourceContactInfoSection.opened}}" visible="false" stepKey="clickOnContactInfo3"/>
|
| 69 | + <waitForPageLoad time="5" stepKey="waitForPageLoad4"/> |
65 | 70 | <seeInField selector="{{AdminEditSourceContactInfoSection.contactName}}" userInput="{{FullSource1.contact_name}}" stepKey="seeContactNameInField"/>
|
66 | 71 | <seeInField selector="{{AdminEditSourceContactInfoSection.email}}" userInput="{{FullSource1.email}}" stepKey="seeEmailInField"/>
|
67 | 72 | <seeInField selector="{{AdminEditSourceContactInfoSection.phone}}" userInput="{{FullSource1.phone}}" stepKey="seePhoneInField"/>
|
68 | 73 | <seeInField selector="{{AdminEditSourceContactInfoSection.fax}}" userInput="{{FullSource1.fax}}" stepKey="seeFaxInField"/>
|
69 | 74 |
|
70 | 75 | <conditionalClick selector="{{AdminEditSourceAddressDataSection.closed}}" dependentSelector="{{AdminEditSourceAddressDataSection.opened}}" visible="false" stepKey="clickOnAddresses3"/>
|
| 76 | + <waitForPageLoad time="5" stepKey="waitForPageLoad5"/> |
71 | 77 | <seeOptionIsSelected selector="{{AdminEditSourceAddressDataSection.country}}" userInput="{{FullSource1.country}}" stepKey="seeCountryInDropDown"/>
|
72 | 78 | <seeOptionIsSelected selector="{{AdminEditSourceAddressDataSection.state}}" userInput="{{FullSource1.stateProvince}}" stepKey="seeStateProvinceInDropDown"/>
|
73 | 79 | <seeInField selector="{{AdminEditSourceAddressDataSection.city}}" userInput="{{FullSource1.city}}" stepKey="seeCityInField"/>
|
|
77 | 83 | <amOnPage url="{{ManageSources.url}}" stepKey="amOnTheSourcesListPage2"/>
|
78 | 84 |
|
79 | 85 | <conditionalClick selector="{{AdminDataGridHeaderSection.clearFilters}}" dependentSelector="{{AdminDataGridHeaderSection.clearFilters}}" visible="true" stepKey="clickClearFilters"/>
|
| 86 | + <waitForPageLoad time="5" stepKey="waitForPageLoad6"/> |
80 | 87 | <actionGroup ref="AdminGridFilterSearchResultsByInput" stepKey="filterSearchResults">
|
81 | 88 | <argument name="selector" value="AdminManageSourcesGridFilterControls.code"/>
|
82 | 89 | <argument name="value" value="FullSource1.source_code"/>
|
|
0 commit comments