File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 362
362
<waitForElementVisible selector =" {{page.latitude(index, latitude)}}" stepKey =" waitForLatitude" />
363
363
<waitForElementVisible selector =" {{page.longitude(index, longitude)}}" stepKey =" waitForLongitude" />
364
364
</actionGroup >
365
- <actionGroup name =" dontSeeWarningMessage" >
366
- <arguments >
367
- <argument name =" page" defaultValue =" MapOnStage" />
368
- <argument name =" index" defaultValue =" 1" type =" string" />
369
- </arguments >
370
- <waitForElement selector =" {{page.base(index)}}" stepKey =" seeMap" />
371
- <dontSee userInput =" {{googleMapsAPIKey.warningMessage}}" stepKey =" dontSeeWarningMessage" />
372
- </actionGroup >
373
365
<actionGroup name =" validateMapErrorMessageStage" >
374
366
<arguments >
375
367
<argument name =" index" defaultValue =" 1" type =" string" />
394
386
<see userInput =" {{PageBuilderMapCommonData.mapErrorTitleStorefront}}" selector =" {{MapOnStorefront.errorTitle(index)}}" stepKey =" seeMapErrorTitle" />
395
387
<see userInput =" {{PageBuilderMapCommonData.mapErrorMessageStorefront}}" selector =" {{MapOnStorefront.errorMessage(index)}}" stepKey =" seeMapErrorMessage" />
396
388
</actionGroup >
397
- <actionGroup name =" dontSeeRenderedMapOnLocationForm" >
398
- <arguments >
399
- <argument name =" index" defaultValue =" 1" type =" string" />
400
- </arguments >
401
- <waitForElementVisible selector =" {{AddLocationForm.base(index)}}" stepKey =" seeMap" />
402
- <dontSeeElementInDOM selector =" {{AddLocationForm.renderedMap}}" stepKey =" dontSeeRenderedMap" />
403
- </actionGroup >
404
389
<actionGroup name =" validateWarningMessageLink" >
405
390
<arguments >
406
391
<argument name =" section" />
Original file line number Diff line number Diff line change 329
329
<waitForPageLoad stepKey =" waitForPageLoad" />
330
330
<waitForElementVisible selector =" {{AddLocationForm.form}}" stepKey =" waitForForm" />
331
331
<see userInput =" Add Location" selector =" {{AddLocationForm.formTitle}}" stepKey =" seeFormTitle" />
332
- <waitForElementVisible selector =" {{AddLocationForm.base }}" stepKey =" waitForLocationMap " />
332
+ <waitForElementVisible selector =" {{AddLocationForm.errorContainer('1') }}" stepKey =" waitForLocationMapOverlay " />
333
333
<actionGroup ref =" fillSlideOutPanelFieldGeneral" stepKey =" enterLocationName2" >
334
334
<argument name =" property" value =" PageBuilderMapLocationName_TestLocationEdit" />
335
335
</actionGroup >
You can’t perform that action at this time.
0 commit comments