Skip to content

Commit

Permalink
Update e2e tests > remove Region template assertions
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Fontan <[email protected]>
  • Loading branch information
Manuel Fontan committed Feb 17, 2021
1 parent 2f8d9da commit bb62e15
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ describe('vitess-mixin: Keyspace Overview Dashboard Test', function () {
it('contains the Interval Template', function () {
cy.get('.submenu-controls').contains('Interval');
})
it('contains the Region Template', function () {
cy.get('.submenu-controls').contains('Region');
})
it('contains the Keyspace Template', function () {
cy.get('.submenu-controls').contains('Keyspace');
})
Expand Down
3 changes: 0 additions & 3 deletions vitess-mixin/e2e/cypress/integration/vtgate_host_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ describe('vitess-mixin: Vtgate Host View Dashboard Test', function() {
cy.visit('/d/vitess-vtgate-host-view/vtgate - host view (auto-generated)')
})
//SUB-MENU CONTROLS
it('contains the Region Template', function() {
cy.get('.submenu-controls').contains('Region');
})
it('contains the Host(s) Template', function() {
cy.get('.submenu-controls').contains('Host(s)');
})
Expand Down
3 changes: 0 additions & 3 deletions vitess-mixin/e2e/cypress/integration/vtgate_overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ describe('vitess-mixin: Vtgate Overview Dashboard Test', function() {
cy.visit('/d/vitess-vtgate-overview/vtgate - overview (auto-generated)')
})
//SUB-MENU CONTROLS
it('contains the Region Template', function() {
cy.get('.submenu-controls').contains('Region');
})
it('contains vitess-mixin Dashboard links dropdown', function() {
cy.get('.submenu-controls').get('.gf-form').contains('vitess-mixin');
})
Expand Down
3 changes: 0 additions & 3 deletions vitess-mixin/e2e/cypress/integration/vttablet_host_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ describe('vitess-mixin: Vttablet Host View Dashboard Test', function () {
cy.visit('/d/vitess-vttablet-host-view/vttablet - host view (auto-generated)')
})
//SUB-MENU CONTROLS
it('contains the Region Template', function () {
cy.get('.submenu-controls').contains('Region');
})
it('contains the Keyspace Template', function () {
cy.get('.submenu-controls').contains('Keyspace');
})
Expand Down

0 comments on commit bb62e15

Please sign in to comment.