mirror of https://github.com/status-im/consul.git
fix: stop re-clicking dc dropdown in dc-switch test (#20127)
* fix: stop re-clicking dc dropdown in dc-switch test * fix: keep nspaces dropdown open in manage nspaces test
This commit is contained in:
parent
69f775da9a
commit
dbcba7aec7
|
@ -43,7 +43,6 @@ Feature: dc / nspaces / manage : Managing Namespaces
|
||||||
And I don't see manageNspacesIsVisible on the navigation
|
And I don't see manageNspacesIsVisible on the navigation
|
||||||
When I click services on the navigation
|
When I click services on the navigation
|
||||||
Then the url should be /dc-1/services
|
Then the url should be /dc-1/services
|
||||||
When I click nspace on the navigation
|
|
||||||
And I click manageNspaces on the navigation
|
And I click manageNspaces on the navigation
|
||||||
Then the url should be /dc-1/namespaces
|
Then the url should be /dc-1/namespaces
|
||||||
And I don't see manageNspacesIsVisible on the navigation
|
And I don't see manageNspacesIsVisible on the navigation
|
||||||
|
|
|
@ -32,11 +32,9 @@ Feature: dc / services / dc-switch : Switching Datacenters
|
||||||
And I click dcs.1.name on the navigation
|
And I click dcs.1.name on the navigation
|
||||||
Then the url should be /dc-2/services
|
Then the url should be /dc-2/services
|
||||||
Then I see 6 service models
|
Then I see 6 service models
|
||||||
When I click dc on the navigation
|
|
||||||
And I click dcs.0.name on the navigation
|
And I click dcs.0.name on the navigation
|
||||||
Then the url should be /dc-1/services
|
Then the url should be /dc-1/services
|
||||||
Then I see 6 service models
|
Then I see 6 service models
|
||||||
When I click dc on the navigation
|
|
||||||
And I click dcs.1.name on the navigation
|
And I click dcs.1.name on the navigation
|
||||||
Then the url should be /dc-2/services
|
Then the url should be /dc-2/services
|
||||||
Then I see 6 service models
|
Then I see 6 service models
|
||||||
|
|
Loading…
Reference in New Issue