diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-04-08 15:21:31 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-04-08 15:26:27 +0200 |
commit | 803e9ee336e869e7b8d82fcc985c81470cacac41 (patch) | |
tree | 860b837a31df93f05e3e1991ca41d280b813cdf3 /cypress_test | |
parent | a795117f60969e054c1a3b7131f33ee23036f010 (diff) |
cypress: mobile: remove copy-pasted comment.
Change-Id: I459c0a7f068c1eabea9f5630bea3a718e31e044e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91922
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cypress_test')
-rw-r--r-- | cypress_test/integration_tests/mobile/calc/alignment_options_spec.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js index 39119ee15..74a088c74 100644 --- a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js +++ b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js @@ -54,7 +54,6 @@ describe('Change alignment settings.', function() { }); it('Align to center horizontally.', function() { - // Set right aligment first cy.get('#AlignHorizontalCenter') .click(); @@ -76,7 +75,6 @@ describe('Change alignment settings.', function() { }); it('Right-to-left and left-to-right writing mode.', function() { - // Set right aligment first cy.get('#ParaRightToLeft') .click(); @@ -92,7 +90,6 @@ describe('Change alignment settings.', function() { }); it('Align to the top and to bottom.', function() { - // Set right aligment first cy.get('#AlignTop') .click(); @@ -119,7 +116,6 @@ describe('Change alignment settings.', function() { }); it('Align to center vertically.', function() { - // Set right aligment first cy.get('#AlignVCenter') .click(); |