Merge pull request #4323 from hashicorp/bugfix/missed-merge-step

Tweak vocabulary to match new step vocab
This commit is contained in:
John Cowen 2018-07-02 17:02:41 +01:00 committed by GitHub
commit 3334925e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ Feature: dc / intentions / filtered select: Intention Service Select Dropdowns
---
Then the url should be /datacenter/intentions/intention
And I click "[data-test-[Name]-element] .ember-power-select-trigger"
Then I see "* (All Services)" in ".ember-power-select-option:nth-last-child(3)"
Then I see "service-0" in ".ember-power-select-option:nth-last-child(2)"
Then I see "service-1" in ".ember-power-select-option:last-child"
Then I see the text "* (All Services)" in ".ember-power-select-option:nth-last-child(3)"
Then I see the text "service-0" in ".ember-power-select-option:nth-last-child(2)"
Then I see the text "service-1" in ".ember-power-select-option:last-child"
Where:
---------------
| Name |

View File

@ -14,7 +14,7 @@ Feature: dc / intentions / form select: Intention Service Select Dropdowns
And I click "[data-test-[Name]-element] .ember-power-select-trigger"
And I type "something" into ".ember-power-select-search-input"
And I click ".ember-power-select-option:first-child"
Then I see "something" in "[data-test-[Name]-element] .ember-power-select-selected-item"
Then I see the text "something" in "[data-test-[Name]-element] .ember-power-select-selected-item"
Where:
---------------
| Name |