diff --git a/main/tests/cypress/cypress/integration/project/grid/viewpanel-header/rows_records.spec.js b/main/tests/cypress/cypress/integration/project/grid/viewpanel-header/rows_records.spec.js index c64c566fb..c5734b069 100644 --- a/main/tests/cypress/cypress/integration/project/grid/viewpanel-header/rows_records.spec.js +++ b/main/tests/cypress/cypress/integration/project/grid/viewpanel-header/rows_records.spec.js @@ -135,6 +135,9 @@ describe(__filename, function () { cy.get('span[bind="modeSelectors"]').contains('records').click(); cy.get('.data-table tbody').find('tr').should('have.length', 10); + cy.get('body[ajax_in_progress="true"]'); + cy.get('body[ajax_in_progress="false"]'); + cy.get('span[bind="modeSelectors"]').contains('rows').click(); cy.get('.data-table tbody').find('tr').should('have.length', 10); });