|
47 | 47 | <element name="zoomOut" type="button" selector="(//div[contains(@class,'pagebuilder-map')])[{{arg1}}]//button[@title='Zoom out']" parameterized="true"/>
|
48 | 48 | <!-- Map Error Message -->
|
49 | 49 | <element name="errorContainer" type="text" selector="(//div[contains(@class,'pagebuilder-map')])[{{arg1}}]//div[@class='google-map-auth-failure-placeholder']" parameterized="true"/>
|
| 50 | + <element name="warningMessageLink" type="button" selector="//div[@class='google-map-auth-failure-placeholder']//a"/> |
50 | 51 | </section>
|
51 | 52 | <section name="MapOnStorefront">
|
52 | 53 | <element name="emptyMap" type="button" selector="(//div[@data-role='map'])[{{arg1}}][not(@src) and contains(@style,'display: none;')]" parameterized="true"/>
|
|
92 | 93 | <element name="errorContainer" type="text" selector="(//div[@data-role='map'])[{{arg1}}]//div[contains(@class, 'gm-err-container')]" parameterized="true"/>
|
93 | 94 | <element name="errorTitle" type="text" selector="(//div[@data-role='map'])[{{arg1}}]//div[contains(@class, 'gm-err-container')]//div[contains(@class, 'gm-err-title')]" parameterized="true"/>
|
94 | 95 | <element name="errorMessage" type="text" selector="(//div[@data-role='map'])[{{arg1}}]//div[contains(@class, 'gm-err-container')]//div[contains(@class, 'gm-err-message')]" parameterized="true"/>
|
| 96 | + <element name="warningMessageLink" type="button" selector="//div[contains(@class,'pagebuilder-map')]//div[@class='google-map-auth-failure-placeholder']//a"/> |
95 | 97 | </section>
|
96 | 98 | <section name="EditMapForm">
|
97 | 99 | <element name="addLocationButton" type="button" selector="//button[@data-index='add_location_button']"/>
|
98 |
| - <element name="addLocationButtonDisabled" type="button" selector="//button[@data-index='add_location_button' and @disabled]"/> |
| 100 | + <!-- Map Error Message --> |
| 101 | + <element name="warningMessage" type="text" selector="//div[contains(@class, 'pagebuilder_modal_form_pagebuilder_modal_form_modal')]//div[contains(@class, 'message-warning')]"/> |
| 102 | + <element name="warningMessageLink" type="button" selector="//div[contains(@class, 'pagebuilder_modal_form_pagebuilder_modal_form_modal')]//div[contains(@class, 'message-warning')]//a"/> |
99 | 103 | </section>
|
100 | 104 | <section name="AddLocationForm">
|
101 | 105 | <element name="form" type="text" selector="aside div.pagebuilder_map_form_pagebuilder_map_form_general_map_location_modal_map_location_insert_form"/>
|
|
109 | 113 | <element name="pinLocations" type="text" selector="(//div[@data-index='position']//div[contains(@style,'transform: matrix(1, 0, 0, 1, ')])[{{arg1}}]" parameterized="true"/>
|
110 | 114 | <element name="tooltipWindow" type="text" selector="//div[@data-index='position']//div[@class='map-field']//div[@class='gm-style-iw']"/>
|
111 | 115 | <element name="helperText" type="button" selector="//div[@data-index='position']//span[.='You can move the pin by clicking or dragging it where you want. To alter the zoom please use the controls.']"/>
|
112 |
| - <element name="warningMessage" type="text" selector="//div[contains(@class, 'pagebuilder_modal_form_pagebuilder_modal_form_modal')]//div[contains(@class, 'message-warning')]"/> |
113 |
| - <element name="warningMessageLink" type="button" selector="//div[contains(@class, 'pagebuilder_modal_form_pagebuilder_modal_form_modal')]//div[contains(@class, 'message-warning')]//a"/> |
114 | 116 | <element name="renderedMap" type="button" selector="//div[@data-index='position']//div[@class='map-field']//div[contains(@class, 'gm-style')]"/>
|
115 | 117 | <!-- Map Buttons -->
|
116 | 118 | <element name="googleModalOkButton" type="button" selector="//aside//button[@class='dismissButton' and .='OK'][{{arg1}}]" parameterized="true"/>
|
117 | 119 | <element name="fullScreen" type="button" selector="(//div[@data-index='position']//div[@class='map-field']//button[@title='Toggle fullscreen view'])[{{arg1}}]" parameterized="true"/>
|
118 | 120 | <element name="zoomIn" type="button" selector="(//div[@data-index='position']//div[@class='map-field']//button[@title='Zoom in'])[{{arg1}}]" parameterized="true"/>
|
119 | 121 | <element name="zoomOut" type="button" selector="(//div[@data-index='position']//div[@class='map-field']//button[@title='Zoom out'])[{{arg1}}]" parameterized="true"/>
|
120 | 122 | <!-- Map Error Message -->
|
121 |
| - <element name="errorContainer" type="text" selector="(//div[@data-index='position']//div[@class='map-field']//div[@class='google-map-auth-failure-placeholder'])[{{arg1}}]" parameterized="true"/> |
| 123 | + <element name="errorContainer" type="text" selector="(//div[@data-index='position']//div[@class='google-map-auth-failure-placeholder'])[{{arg1}}]" parameterized="true"/> |
| 124 | + <element name="warningMessageLink" type="button" selector="//div[@data-index='position']//div[@class='google-map-auth-failure-placeholder']//a"/> |
122 | 125 | </section>
|
123 | 126 | </sections>
|
0 commit comments