cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js |    8 
--------
 1 file changed, 8 deletions(-)

New commits:
commit 8b35a4618f89f5c45efd2b04bc1e228ee263309d
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Wed Aug 12 15:12:02 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Wed Aug 12 16:51:31 2020 +0200

    cypress: improve calc column selection methods.
    
    Searching '-8px,' is not stable, because sometimes it's
    '-9px,'.
    
    Change-Id: I6226a1ec3086b84540d74cb1c7691cf355752337
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100600
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js 
b/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
index dde072665..fb1c8ef5c 100644
--- a/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
+++ b/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
@@ -6,10 +6,6 @@ function removeTextSelection() {
        cy.get('.spreadsheet-header-columns')
                .click();
 
-       cy.get('.spreadsheet-cell-resize-marker')
-               .invoke('attr', 'style')
-               .should('contain', '-8px,');
-
        var regex = /[A-Z]1:[A-Z]1048576/;
        cy.get('input#addressInput')
                .should('have.prop', 'value')
@@ -72,10 +68,6 @@ function selectFirstColumn() {
                                .click(XPos, YPos);
                });
 
-       cy.get('.spreadsheet-cell-resize-marker')
-               .invoke('attr', 'style')
-               .should('contain', '-8px,');
-
        cy.get('input#addressInput')
                .should('have.prop', 'value', 'A1:A1048576');
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to