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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 20 11:00:37 UTC 2020


 cypress_test/integration_tests/mobile/writer/styles_spec.js |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit bde5059f199c6783d9af868a2179ef93e562849b
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Feb 20 09:43:29 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Feb 20 12:00:18 2020 +0100

    cypress: mobile: update test title.
    
    Change-Id: I01751b3f3f25391fd6d846e133dc4fc3e5ff84df
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89076
    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/styles_spec.js b/cypress_test/integration_tests/mobile/writer/styles_spec.js
index 48023b2bf..21d0321dd 100644
--- a/cypress_test/integration_tests/mobile/writer/styles_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/styles_spec.js
@@ -85,10 +85,7 @@ describe('Apply/modify styles.', function() {
 			.should('have.attr', 'style', 'margin-bottom: 0in; line-height: 100%');
 	});
 
-	it('New style item is hidden.', function() {
-		// New style item opens a tunneled dialog
-		// what we try to avoid.
-
+	it('New style and update style items are hidden.', function() {
 		// Open mobile wizard
 		cy.get('#tb_actionbar_item_mobile_wizard')
 			.click();


More information about the Libreoffice-commits mailing list