You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update mapFeature test after bug Fix to use Enter + Update map-Feature.test to reflect current changes/work with map-meta, also remove timeout's for now - TBD + comment out addZoomLimit - TBD
// expect the popup for Point 1 to have specific content
37
37
awaitpage.getByRole('heading',{name: 'Point 1'});
38
38
// expect the popup to have a Zoom to here link
39
39
awaitpage
40
40
.getByRole('link',{name: 'Zoom to here'})
41
-
.click({timeout: 300});
41
+
.click();
42
42
43
-
// traversing the link, expect the new map location to be centered #14,-75.6978309903406,45.42022684737822
43
+
// traversing the link, expect the new map location to be centered #24,-75.6978309903406,45.42022684737822 because it is zooming to the map-feature, and it has no map-meta value set, or a map-feature zoom attribute
0 commit comments