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
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/test-files/ui/features/import_export_delete_osm_dataset.feature b/test-files/ui/features/import_export_delete_osm_dataset.feature
index 50605b7..597af08 100644
--- a/test-files/ui/features/import_export_delete_osm_dataset.feature+++ b/test-files/ui/features/import_export_delete_osm_dataset.feature@@ -19,7 +19,7 @@ Feature: Import Export Delete OSM Dataset
When I click on the "Datasets" option in the "settingsSidebar"
And I press "Import Single Dataset"
And I select the "File (osm,osm.zip,pbf)" option in the "Select Import Type" combobox
- And I select "/test-files/ToyTestCombined.pbf" dataset+ And I select "/test-files/ToyTestCombined.osm.pbf" dataset
Then I should see element "[id='importDatasetLayerName']" with value "ToyTestCombined"
Then I type "ToyTestCombined_Cucumber" in input "importDatasetLayerName"
When I press "big.loud" span with text "Import"