feat: add webhooks supporting

This commit is contained in:
Alex Varchuk 2021-05-21 16:37:03 +03:00
parent db610b4a05
commit 7b2e1180bb

View File

@ -6,7 +6,7 @@ describe('Menu', () => {
it('should have valid items count', () => { it('should have valid items count', () => {
cy.get('.menu-content') cy.get('.menu-content')
.find('li') .find('li')
.should('have.length', 33); .should('have.length', 34);
}); });
it('should sync active menu items while scroll', () => { it('should sync active menu items while scroll', () => {