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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 26 16:11:52 UTC 2020


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

New commits:
commit 952a7acd7e69f4df14fe071d7a7258e58d83edec
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Mar 26 12:04:40 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Mar 26 17:11:31 2020 +0100

    cypress: mobile: remove accidentally pushed only().
    
    Change-Id: I78bcf632cc135a785296ece9a7e1c07070cd71ca
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91092
    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/mobile_wizard_state_spec.js b/cypress_test/integration_tests/mobile/writer/mobile_wizard_state_spec.js
index 9f4fbc0bb..a3c091704 100644
--- a/cypress_test/integration_tests/mobile/writer/mobile_wizard_state_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/mobile_wizard_state_spec.js
@@ -50,7 +50,7 @@ describe('Mobile wizard state tests', function() {
 			.should('have.class', 'checked');
 	});
 
-	it.only('Close mobile wizard by hamburger menu.', function() {
+	it('Close mobile wizard by hamburger menu.', function() {
 		// Click on edit button
 		helper.enableEditingMobile();
 


More information about the Libreoffice-commits mailing list