summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-12-07 15:03:35 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2020-12-08 13:46:40 +0100
commit35fe0b95412cfacc19d8f3324158bba427aabfae (patch)
tree1398fc718924fbbfd3f0dddebe9d3a8800d04d08
parentAdmin console: Make button sizes flexible. (diff)
downloadonline-35fe0b95412cfacc19d8f3324158bba427aabfae.tar.gz
online-35fe0b95412cfacc19d8f3324158bba427aabfae.zip
cypress: remove these useless lines of code.
It does not actually do anything. Font size is not stored as a 'font-color' attribute. Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I8e39a7c1064bce386c85ff21811fc6f95253adc0
-rw-r--r--cypress_test/integration_tests/mobile/impress/apply_font_shape_spec.js3
-rw-r--r--cypress_test/integration_tests/mobile/impress/apply_font_text_spec.js3
2 files changed, 0 insertions, 6 deletions
diff --git a/cypress_test/integration_tests/mobile/impress/apply_font_shape_spec.js b/cypress_test/integration_tests/mobile/impress/apply_font_shape_spec.js
index 42c8f8aea1..08d032867a 100644
--- a/cypress_test/integration_tests/mobile/impress/apply_font_shape_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/apply_font_shape_spec.js
@@ -138,9 +138,6 @@ describe('Apply font on selected shape.', function() {
mobileHelper.openTextPropertiesPanel();
- cy.get('.leaflet-pane.leaflet-overlay-pane g.Page .TextParagraph')
- .should('not.have.attr', 'font-color');
-
helper.clickOnIdle('#Color');
mobileHelper.selectFromColorPalette(0, 5, 2);
diff --git a/cypress_test/integration_tests/mobile/impress/apply_font_text_spec.js b/cypress_test/integration_tests/mobile/impress/apply_font_text_spec.js
index 14176378bc..7a9c3efac5 100644
--- a/cypress_test/integration_tests/mobile/impress/apply_font_text_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/apply_font_text_spec.js
@@ -158,9 +158,6 @@ describe('Apply font on selected text.', function() {
mobileHelper.openTextPropertiesPanel();
- cy.get('.leaflet-pane.leaflet-overlay-pane g.Page .TextParagraph')
- .should('not.have.attr', 'font-color');
-
helper.clickOnIdle('#Color');
mobileHelper.selectFromColorPalette(0, 5, 2);