|
@@ -194,7 +194,7 @@ context('Tag Oprations', () =>{
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}1-click-tag-name`, {capture: 'viewport'});
|
|
cy.screenshot(`${ssPrefix}1-click-tag-name`, {capture: 'viewport'});
|
|
|
|
|
|
|
|
- cy.getByTestid('open-page-item-control-btn').first().click();
|
|
|
|
|
|
|
+ cy.getByTestid('open-page-item-control-btn').first().click({force: true});
|
|
|
cy.screenshot(`${ssPrefix}2-click-three-dots-menu`, {capture: 'viewport'});
|
|
cy.screenshot(`${ssPrefix}2-click-three-dots-menu`, {capture: 'viewport'});
|
|
|
|
|
|
|
|
cy.getByTestid('open-page-duplicate-modal-btn').first().click({force: true});
|
|
cy.getByTestid('open-page-duplicate-modal-btn').first().click({force: true});
|