cypress_test/integration_tests/mobile/writer/shape_properties_spec.js |    3 
+++
 1 file changed, 3 insertions(+)

New commits:
commit 0a7e3bf30f2e8f2ee3833dcd2760c92fca60e66e
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Tue Feb 18 18:19:13 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Wed Feb 19 11:05:05 2020 +0100

    cypress: mobile: Test whether the line width spin button is readonly.
    
    Change-Id: I628594902b87dbc904628b8815c520fdb01478c6
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88976
    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/writer/shape_properties_spec.js 
b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index 2630670ca..3411ec597 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -284,6 +284,9 @@ describe('Change shape properties via mobile wizard.', 
function() {
                cy.get('#LinePropertyPanel')
                        .click();
 
+               cy.get('#linewidth .spinfield')
+                       .should('have.attr', 'readonly', 'readonly');
+
                cy.get('#linewidth .plus')
                        .click();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to