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