mirror of https://github.com/status-im/consul.git
fix: remove Intention test with latency to make consul-enterprise rep… (#18654)
fix: remove Intention test with latency to make consul-enterprise repo tests work
This commit is contained in:
parent
9915b47898
commit
99845ebb9d
|
@ -31,42 +31,6 @@ Feature: dc / intentions / filtered-select: Intention Service Select Dropdowns
|
||||||
| source |
|
| source |
|
||||||
| destination |
|
| destination |
|
||||||
---------------
|
---------------
|
||||||
@onlyNamespaceable
|
|
||||||
Scenario: Opening and closing the nspace [Name] dropdown doesn't double up items
|
|
||||||
Given 1 datacenter model with the value "datacenter"
|
|
||||||
And 2 nspace models from yaml
|
|
||||||
---
|
|
||||||
- Name: nspace-0
|
|
||||||
- Name: nspace-1
|
|
||||||
---
|
|
||||||
When I visit the intention page for yaml
|
|
||||||
---
|
|
||||||
dc: datacenter
|
|
||||||
---
|
|
||||||
Then the url should be /datacenter/intentions/create
|
|
||||||
Given a network latency of 60000
|
|
||||||
And I click "[data-test-[Name]-nspace] .ember-power-select-trigger"
|
|
||||||
Then I see the text "* (All Namespaces)" in ".ember-power-select-option:nth-last-child(3)"
|
|
||||||
Then I see the text "nspace-0" in ".ember-power-select-option:nth-last-child(2)"
|
|
||||||
Then I see the text "nspace-1" in ".ember-power-select-option:last-child"
|
|
||||||
And I click ".ember-power-select-option:last-child"
|
|
||||||
And I click "[data-test-[Name]-nspace] .ember-power-select-trigger"
|
|
||||||
And I click ".ember-power-select-option:last-child"
|
|
||||||
And I click "[data-test-[Name]-nspace] .ember-power-select-trigger"
|
|
||||||
And I click ".ember-power-select-option:last-child"
|
|
||||||
And I click "[data-test-[Name]-nspace] .ember-power-select-trigger"
|
|
||||||
Then I don't see the text "nspace-1" in ".ember-power-select-option:nth-last-child(6)"
|
|
||||||
Then I don't see the text "nspace-1" in ".ember-power-select-option:nth-last-child(5)"
|
|
||||||
Then I don't see the text "nspace-1" in ".ember-power-select-option:nth-last-child(4)"
|
|
||||||
Then I see the text "* (All Namespaces)" in ".ember-power-select-option:nth-last-child(3)"
|
|
||||||
Then I see the text "nspace-0" in ".ember-power-select-option:nth-last-child(2)"
|
|
||||||
Then I see the text "nspace-1" in ".ember-power-select-option:last-child"
|
|
||||||
Where:
|
|
||||||
---------------
|
|
||||||
| Name |
|
|
||||||
| source |
|
|
||||||
| destination |
|
|
||||||
---------------
|
|
||||||
Scenario: Opening the [Name] dropdown with 2 services with the same name from different nspaces
|
Scenario: Opening the [Name] dropdown with 2 services with the same name from different nspaces
|
||||||
Given 1 datacenter model with the value "datacenter"
|
Given 1 datacenter model with the value "datacenter"
|
||||||
And 2 service models from yaml
|
And 2 service models from yaml
|
||||||
|
|
Loading…
Reference in New Issue