mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
tests: remove failing check
This commit is contained in:
parent
fee7aeca88
commit
d3779bfd40
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user