|
|
@@ -95,6 +95,8 @@ context('Access to special pages', () => {
|
|
|
// select tags
|
|
|
cy.getByTestid('grw-sidebar-nav-primary-tags').click();
|
|
|
cy.getByTestid('grw-sidebar-content-tags').should('be.visible');
|
|
|
+ cy.getByTestid('grw-tags-list').should('be.visible');
|
|
|
+ cy.getByTestid('grw-tags-list').contains('You have no tag, You can set tags on pages');
|
|
|
|
|
|
cy.getByTestid('tags-page').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}-tags`);
|