diff options
| author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-02-07 10:22:57 +0100 |
|---|---|---|
| committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-02-07 10:23:05 +0100 |
| commit | 7124587e70102374026b4214975a388b8d2d555c (patch) | |
| tree | cede614cce8e84a410c5e4606e0e2f4c45c87d84 /cypress_test/integration_tests/mobile/apply_font_spec.js | |
| parent | f53e0303390309e993e27dccc56b4a4934d08776 (diff) | |
cypress: mobile: Update ColorPicker related tests.
Which were failing after a recent commit:
6dc92fb8122aa0c283f84dc0ce7d1ee98ac8640b
Change-Id: I79939c7bc7e2a26f6a235c5079976cd5adb31959
Diffstat (limited to 'cypress_test/integration_tests/mobile/apply_font_spec.js')
| -rw-r--r-- | cypress_test/integration_tests/mobile/apply_font_spec.js | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |
