Skip to content

Commit

Permalink
tests: remove failing check
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 19, 2018
1 parent fee7aec commit d3779bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/integration/menu.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ describe('Menu', () => {

cy.contains('[role=menuitem]', 'Find pet by ID').click({ force: true });
cy.location('hash').should('equal', '#operation/getPetById');

cy.contains('[role=menuitem]', 'OpenAPI Specification').click({ force: true });
cy.location('hash').should('equal', '#section/OpenAPI-Specification');
});

it('should deactivate tag when other is activated', function() {
Expand Down

0 comments on commit d3779bf

Please sign in to comment.