Skip to content

Commit 3c09e0a

Browse files
authored
Merge pull request #925 from ngageoint/release-ui-584
Submodule hoot-ui 5cd3c45..55974f1:
2 parents 2d09c89 + 9e3f4f7 commit 3c09e0a

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

test-files/ui/features/clip.feature

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Feature: Clip Dataset
44
Given I am on Hootenanny
55
And I resize the window
66
And I click Get Started
7-
87
Scenario: I can open the form with the shortcut
98
When I click the "map" at "0","0"
109
Then I click the "8" key
@@ -16,7 +15,6 @@ Feature: Clip Dataset
1615
And I press "Add Layer"
1716
Then I wait 30 "seconds" to see "DcGisRoadsCucumber"
1817
Then I change the reference layer color to blue
19-
2018
Scenario: I can change coordinates for clip
2119
When I press "Tools"
2220
And I hover over ".tools-clip"
@@ -35,7 +33,7 @@ Feature: Clip Dataset
3533
And I fill "minlon" with "-77.071161"
3634
Then I click the "Clip to Bounding Box" link
3735
And I click the "map" at "100","100"
38-
And I click the "map" at "-100","-100"
36+
And I click the "map" at "400","400"
3937
Then I wait 5 "seconds" to see "Enter Coordinates for Clip Bounding Box"
4038
Then I press "big.loud" span with text "Next"
4139

@@ -60,4 +58,3 @@ Feature: Clip Dataset
6058
And I click the "Delete (1)" context menu item
6159
And I accept the alert
6260
Then I wait 30 "seconds" to not see "CucumberClip_BB"
63-

test-files/ui/features/z_conflate_export_osm_api_db.feature

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@ Feature: Conflate and Export OSM API Database Dataset
99
And I press "Add Layer"
1010
Then I wait 30 "seconds" to see "DcTigerRoadsCucumber"
1111
And I press "Add Secondary Dataset"
12-
And I click the "OSM_API_DB_osmapi_test" Dataset
13-
And I press "Add Layer"
14-
Then I wait 30 "seconds" to see "OSM_API_DB_osmapi_test"
15-
Then I wait 30 "seconds" to see "Conflate"
16-
And I press "Conflate"
17-
And I scroll element into view and press "conflate2"
18-
# I couldn't figure out how to do a "wait to see" step def for an alert...if possible, would speed this
19-
# and the other ones like it in this file up quite a bit.
20-
And I wait 30 seconds
21-
Then I should see an alert containing "OSM API database not allowed as secondary layer input"
22-
Then I accept the alert
12+
And I should not see "OSM_API_DB_osmapi_test"
2313

2414
Scenario: Conflate an OSM API Database Dataset with a Hootenanny Dataset and Export the Conflated Result Back Into the OSM API Database
2515
Given I am on Hootenanny
@@ -36,7 +26,7 @@ Feature: Conflate and Export OSM API Database Dataset
3626
Then I wait 30 "seconds" to see "Conflate"
3727
And I press "Conflate"
3828
And I scroll element into view and press "conflate2"
39-
Then I wait 30 "seconds" to see "Conflating …"
29+
Then I wait 60 "seconds" to see "Conflating …"
4030
Then I wait 3 "minutes" to see "osmapi_test_AllDataTypesBCucumber"
4131
Then I should see "Complete Review"
4232
Then I wait 30 "seconds" to see "Reviews remaining:"

0 commit comments

Comments
 (0)