Fix mobile/writer/table_properties_spec.js

Wait for table select to fix copy/paste issue

Signed-off-by: Neil Guertin <neil.guertin@collabora.com>
Change-Id: I5d564c062f5c8f5616997cd49222d39f47baa260
pull/8953/head
Neil Guertin 2024-04-30 12:06:53 -04:00 committed by Miklos Vajna
parent 6d00ed64d6
commit ced7998b1b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ describe(['tagmobile', 'tagnextcloud', 'tagproxy'], 'Change table properties / l
function selectFullTable() {
cy.cGet('.unoSelectTable').click();
cy.cGet('#split_merge .unoMergeCells').should('not.have.attr', 'disabled');
helper.copy();
cy.cGet('#copy-paste-container table').should('exist');
}