Skip to content

Commit 5481241

Browse files
committed
PB-2064: fix feature selection test
1 parent e77d727 commit 5481241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/viewer/tests/cypress/tests-e2e/featureSelection.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe('Testing the feature selection', () => {
166166
}
167167
})
168168
})
169-
// -------------------------------------------------------------------------------------------------
169+
// ------------------------------------------------------------------------------------------------
170170
cy.log('Check that clicking another feature from the same layer changes the URL')
171171
assertDefined(expectedFeatureIds[1])
172172
createInterceptWithFeatureId(expectedFeatureIds[1], standardLayer)
@@ -224,7 +224,6 @@ describe('Testing the feature selection', () => {
224224
cy.get(mapSelector).click()
225225
cy.wait(`@${timeLayer}_identify`)
226226
cy.wait(`@htmlPopup`)
227-
cy.wait('@htmlPopup')
228227

229228
cy.url().should((url) => {
230229
new URLSearchParams(url.split('map')[1])

0 commit comments

Comments
 (0)