mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
tests: enable breaking test to record it
This commit is contained in:
parent
440e15e773
commit
39752fb9f0
|
@ -27,8 +27,7 @@ describe('Menu', () => {
|
||||||
.should('be.visible');
|
.should('be.visible');
|
||||||
});
|
});
|
||||||
|
|
||||||
// for some reason fails in cypress headless. Works fine in all browsers and cypress interactive
|
it('should update URL hash when clicking on menu items', function() {
|
||||||
xit('should update URL hash on clicking on menu items', function() {
|
|
||||||
cy.contains('[role=menuitem].-depth1', 'pet').click({ force: true });
|
cy.contains('[role=menuitem].-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