Skip to content

Commit

Permalink
Removing two assertions from instances_table.spec to match localhost …
Browse files Browse the repository at this point in the history
…instance UI.
  • Loading branch information
1Copenut committed Jul 8, 2022
1 parent 96b6898 commit f91bf82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ describe('Instances table', () => {
).click();
cy.contains('Pod logs');
cy.contains('Pod metrics');
cy.contains('Container logs');
cy.contains('Container metrics');
// cy.contains('Container logs');
// cy.contains('Container metrics');
cy.contains('Filter overview by instance');
cy.contains('Metrics');
});
Expand Down

0 comments on commit f91bf82

Please sign in to comment.