@@ -149,6 +149,7 @@
<v-responsive width="100%" height="450px">
<no-ssr>
<l-map
+ id="map"
:zoom="13"
:center="[structure.latitude, structure.longitude]"
:options="{ scrollWheelZoom: false, zoomSnap: 0.25 }"
@@ -10,16 +10,3 @@ Cypress.Commands.add(
.parent()
.find(selector)
})
-
-/**
- *
- */
-Cypress.Commands.add(
- 'containing',
- {
- prevSubject: true
- },
- (subject, rx) => {
- return subject.filter(() => { return rx.test(Cypress.$(this).text()) })
- }
-)