cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js 
|    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7810825e6b2265dc88819cd8fbe4d4f3f4e9891f
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Feb 20 12:38:00 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Thu Feb 20 13:41:29 2020 +0100

    cypress: mobile: make paragraph panel related tests more stable.
    
    Change-Id: I6d6d9e8f2f6d14406327ae074f1e82e411f508cc
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89091
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git 
a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
 
b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
index c8c093a41..e86e3b92f 100644
--- 
a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
+++ 
b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
@@ -20,6 +20,9 @@ describe('Apply paragraph properties.', function() {
                // Open paragraph properties
                cy.get('#Paragraph')
                        .click();
+
+               cy.get('#Paragraph')
+                       .should('have.class', 'selected');
        });
 
        afterEach(function() {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to