cypress_test/integration_tests/mobile/calc/focus_spec.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bc5bf2eb2ad355f342f158bcefcb968bb7e78318
Author:     Ashod Nakashian <ashod.nakash...@collabora.co.uk>
AuthorDate: Mon Mar 16 16:27:43 2020 -0400
Commit:     Ashod Nakashian <ashnak...@gmail.com>
CommitDate: Wed Mar 18 04:56:01 2020 +0100

    cypress: calc assert we are in text edit mode in focus test
    
    Change-Id: I21471d14d4bc44b20d252757c3bbb770e069bc81
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90649
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js 
b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index a4a457bc6..49668d5ce 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -75,5 +75,7 @@ describe('Calc focus tests', function() {
                // Document has the focus
                cy.document().its('activeElement.className')
                        .should('be.eq', 'clipboard');
+
+               calcHelper.assertInTextEditMode();
        });
 });
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to