We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599266d commit bb19080Copy full SHA for bb19080
src/test/resources/karate/matrikel_udgaaet.feature
@@ -95,6 +95,15 @@ Feature: Gsearch matrikel test
95
Then status 200
96
And match response == '#[0]'
97
98
+
99
+ Scenario: Do not have a match on '1000b, Skrydstrup Ejerlav'
100
+ Then param q = '1000b, Skrydstrup Ejerlav'
101
102
+ When method GET
103
+ Then status 200
104
+ And match response == '#[1]'
105
106
107
Scenario: Search is interchangeable order of ejerlavsnavn and matrikelnummer
108
Then param q = '104, Ellum, Løgumkloster 1470453'
109
0 commit comments