cypress_test/integration_tests/mobile/apply_font_spec.js |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

New commits:
commit f93e3a4edab8fde70f2ad9b0070c2d31ab2a0023
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Wed Feb 12 17:05:26 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Wed Feb 12 19:14:10 2020 +0100

    cypress: mobile: font size combobox works now with core/master.
    
    Fixed in:
    18dd0254a38ca91d0d325aaecc4227724c035d87
    
    Change-Id: I1e74d8f031cd5bfe1c74ab06693b2c39e97cc866
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88551
    Tested-by: Tamás Zolnai <tamas.zol...@collabora.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/integration_tests/mobile/apply_font_spec.js 
b/cypress_test/integration_tests/mobile/apply_font_spec.js
index 687319615..52dd9fc0f 100644
--- a/cypress_test/integration_tests/mobile/apply_font_spec.js
+++ b/cypress_test/integration_tests/mobile/apply_font_spec.js
@@ -1,4 +1,4 @@
-/* global describe it cy beforeEach require afterEach Cypress*/
+/* global describe it cy beforeEach require afterEach*/
 
 var helper = require('../common/helper');
 
@@ -49,12 +49,6 @@ describe('Apply font changes.', function() {
        });
 
        it('Apply font size.', function() {
-               // TODO: font size HTML item is not a combobox anymore.
-               // The ID changes from fontsizecombobox to fontsize.
-               // and applying font size does not affect the selected text.
-               if (Cypress.env('LO_CORE_VERSION') === 'master')
-                       return;
-
                // Change font size
                cy.get('#fontsizecombobox')
                        .click();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to