|
@@ -218,7 +218,7 @@ context('Tag Oprations', () =>{
|
|
|
cy.get('.modal-footer > button.btn').click();
|
|
cy.get('.modal-footer > button.btn').click();
|
|
|
});
|
|
});
|
|
|
cy.visit(`/${newPageName}`);
|
|
cy.visit(`/${newPageName}`);
|
|
|
- cy.get('#wiki').should('not.be.empty');
|
|
|
|
|
|
|
+ cy.get('.wiki').should('not.be.empty');
|
|
|
cy.screenshot(`${ssPrefix}4-duplicated-page`, {capture: 'viewport'});
|
|
cy.screenshot(`${ssPrefix}4-duplicated-page`, {capture: 'viewport'});
|
|
|
});
|
|
});
|
|
|
|
|
|