From 7124587e70102374026b4214975a388b8d2d555c Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Fri, 7 Feb 2020 10:22:57 +0100 Subject: cypress: mobile: Update ColorPicker related tests. Which were failing after a recent commit: 6dc92fb8122aa0c283f84dc0ce7d1ee98ac8640b Change-Id: I79939c7bc7e2a26f6a235c5079976cd5adb31959 --- cypress_test/integration_tests/mobile/apply_font_spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cypress_test/integration_tests/mobile/apply_font_spec.js') diff --git a/cypress_test/integration_tests/mobile/apply_font_spec.js b/cypress_test/integration_tests/mobile/apply_font_spec.js index e47f94473..52dd9fc0f 100644 --- a/cypress_test/integration_tests/mobile/apply_font_spec.js +++ b/cypress_test/integration_tests/mobile/apply_font_spec.js @@ -196,7 +196,7 @@ describe('Apply font changes.', function() { cy.get('#color-picker-0-basic-color-5') .click(); - cy.get('#color-picker-0-tint-3') + cy.get('#color-picker-0-tint-2') .click(); cy.get('#mobile-wizard-back') @@ -211,7 +211,7 @@ describe('Apply font changes.', function() { helper.copyTextToClipboard(); cy.get('#copy-paste-container p font') - .should('have.attr', 'color', '#00ff00'); + .should('have.attr', 'color', '#6aa84f'); }); it('Apply highlight color.', function() { @@ -222,7 +222,7 @@ describe('Apply font changes.', function() { cy.get('#color-picker-1-basic-color-5') .click(); - cy.get('#color-picker-1-tint-3') + cy.get('#color-picker-1-tint-4') .click(); cy.get('#mobile-wizard-back') @@ -237,7 +237,7 @@ describe('Apply font changes.', function() { helper.copyTextToClipboard(); cy.get('#copy-paste-container p font span') - .should('have.attr', 'style', 'background: #00ff00'); + .should('have.attr', 'style', 'background: #93c47d'); }); it('Apply superscript.', function() { -- cgit v1.2.3