[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 10:05:23 UTC 2020
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.zolnai at collabora.com>
AuthorDate: Tue Feb 18 18:19:13 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at 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.zolnai at collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at 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();
More information about the Libreoffice-commits
mailing list