ds-gui-automation 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/features/search.feature +1 -1
- data/features/support/env.rb +1 -1
- data/lib/ds/version.rb +1 -1
- metadata +1 -1
data/features/search.feature
CHANGED
@@ -8,7 +8,7 @@ Feature: Destination Services Search
|
|
8
8
|
Then I should see the results page with the search result
|
9
9
|
|
10
10
|
@search
|
11
|
-
Scenario:
|
11
|
+
Scenario: Validate Search results for hot destinations
|
12
12
|
Given I'm on the Result's page
|
13
13
|
Then I should see the results page with the search result
|
14
14
|
|
data/features/support/env.rb
CHANGED
data/lib/ds/version.rb
CHANGED