mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +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');
|
||||
});
|
||||
|
||||
// for some reason fails in cypress headless. Works fine in all browsers and cypress interactive
|
||||
xit('should update URL hash on clicking on menu items', function() {
|
||||
it('should update URL hash when clicking on menu items', function() {
|
||||
cy.contains('[role=menuitem].-depth1', 'pet').click({ force: true });
|
||||
cy.location('hash').should('equal', '#tag/pet');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user