[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 20 12:41:48 UTC 2020


 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.zolnai at collabora.com>
AuthorDate: Thu Feb 20 12:38:00 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at 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() {


More information about the Libreoffice-commits mailing list