|
|
@@ -270,7 +270,8 @@ describe('Access to sidebar', () => {
|
|
|
|
|
|
it('Succesfully click all tags button', () => {
|
|
|
cy.getByTestid('grw-sidebar-content-tags').within(() => {
|
|
|
- cy.get('.btn-primary').should('be.visible').click({force: true});
|
|
|
+ cy.get('.btn-primary').should('be.visible')
|
|
|
+ cy.get('.btn-primary').click({force: true});
|
|
|
});
|
|
|
cy.collapseSidebar(true);
|
|
|
cy.getByTestid('grw-tags-list').should('be.visible');
|