mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +03:00
chore: disable broken e2e test
This commit is contained in:
parent
e002f2a2a4
commit
40a483755f
|
@ -28,7 +28,7 @@ describe('Menu', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// for some reason fails in cypress headless. Works fine in all browsers and cypress interactive
|
// for some reason fails in cypress headless. Works fine in all browsers and cypress interactive
|
||||||
it('should update URL hash on clicking on menu items', function() {
|
xit('should update URL hash on clicking on menu items', function() {
|
||||||
cy.contains('.menu-item.-depth1', 'pet').click({ force: true });
|
cy.contains('.menu-item.-depth1', 'pet').click({ force: true });
|
||||||
cy.location('hash').should('equal', '#tag/pet');
|
cy.location('hash').should('equal', '#tag/pet');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user