Skip to content

Commit 9e3f4f7

Browse files
committed
fix clip feature to align with new click_at definition
# Conflicts: # test-files/ui/features/clip.feature
1 parent 6ec2c5b commit 9e3f4f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
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-

0 commit comments

Comments
 (0)