mirror of
https://github.com/Redocly/redoc.git
synced 2025-06-30 17:23:04 +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.contains('[role=menuitem]', 'Find pet by ID').click({ force: true });
|
||||||
cy.location('hash').should('equal', '#operation/getPetById');
|
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() {
|
it('should deactivate tag when other is activated', function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user