|
@@ -313,9 +313,9 @@ context('Tag Oprations', () =>{
|
|
|
cy.wrap($row).within(() => {
|
|
cy.wrap($row).within(() => {
|
|
|
cy.getByTestid('open-page-item-control-btn').first().click();
|
|
cy.getByTestid('open-page-item-control-btn').first().click();
|
|
|
cy.getByTestid('page-item-control-menu').should('have.class', 'show').first().within(() => {
|
|
cy.getByTestid('page-item-control-menu').should('have.class', 'show').first().within(() => {
|
|
|
- // eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
|
|
- cy.wait(300);
|
|
|
|
|
- cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
|
|
|
|
|
|
|
+ // empty sentence in page list empty: https://github.com/weseek/growi/pull/6880
|
|
|
|
|
+ cy.getByTestid('revision-short-body-in-page-list-item-L').invoke('text', '');
|
|
|
|
|
+ cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
|
|
|
})
|
|
})
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|