summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2022-06-21 16:35:46 +0200
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-06-24 12:45:16 +0200
commit13ef21aa1ecff764ed7c5b24bee83e25297ca21e (patch)
treea7b2b6b8b5e8a525bacf5add59dd1784f22edba0 /cypress_test/integration_tests/desktop/calc
parentmobilewizard.css #fontsizecombobox.mobile-wizard only (diff)
downloadonline-13ef21aa1ecff764ed7c5b24bee83e25297ca21e.tar.gz
online-13ef21aa1ecff764ed7c5b24bee83e25297ca21e.zip
notebookbar: unify color control with core
in desktop case color widget should show the latest selected color not current one. split the button into arrow with dropdown and "last color" button (icon) Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I07fcc94d69e14b030cf9f1bfe3ae50f0df333ec7
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js b/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
index 39b515c060..63ac9bc718 100644
--- a/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
@@ -233,7 +233,7 @@ describe('Change cell appearance.', function() {
cy.get('.w2ui-tb-image.w2ui-icon.frame02').click();
// Then apply border color
- helper.clickOnIdle('#FrameLineColor');
+ helper.clickOnIdle('#FrameLineColor.sidebar .unoarrow');
desktopHelper.selectColorFromPalette('006CE7');