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:
Tyler Wendlandt 2024-01-09 11:39:38 -07:00 committed by GitHub
parent 69f775da9a
commit dbcba7aec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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