Skip to content

Commit 0574a90

Browse files
committed
PB-2026: Add another goToMapView to fix cypress running issue in the CI.
1 parent 009e1cf commit 0574a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ describe('The Import File Tool', () => {
742742
checkVectorLayerHighlightingSegment(lastSegmentIndex)
743743
})
744744

745-
it('Import KML file error handling', () => {
745+
it.only('Import KML file error handling', () => {
746746
const outOfBoundKMLFile = 'import-tool/paris.kml'
747747
const emptyKMLFile = 'import-tool/empty.kml'
748748

@@ -786,7 +786,7 @@ describe('The Import File Tool', () => {
786786
statusCode: 200,
787787
}
788788
)
789-
789+
cy.goToMapView({ withHash: true })
790790
cy.goToMapView({
791791
queryParams: {
792792
layers: [

0 commit comments

Comments
 (0)