[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 5 11:31:31 UTC 2020


 cypress_test/integration_tests/mobile/impress/slide_properties_spec.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 42534c7b63c8ee1f4092e284025da1893971a5e1
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sat Jul 4 10:09:27 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Jul 5 13:31:11 2020 +0200

    cypress: disable unstable test.
    
    Unstable on this specific branch.
    
    Change-Id: I4b32e5133e2b9504f19877cfb4a9f11bf25bbdf8
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97936
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/cypress_test/integration_tests/mobile/impress/slide_properties_spec.js b/cypress_test/integration_tests/mobile/impress/slide_properties_spec.js
index fc8e47491..8b7fe9e07 100644
--- a/cypress_test/integration_tests/mobile/impress/slide_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/slide_properties_spec.js
@@ -273,7 +273,7 @@ describe('Changing slide properties.', function() {
 			.should('have.text', '50 Percent');
 	});
 
-	it('Remove slide fill.', function() {
+	it.skip('Remove slide fill.', function() {
 		// Apply color fill first
 		cy.get('#fillstyle')
 			.click();


More information about the Libreoffice-commits mailing list