From 26bcd86640fcd23b9dd786a6a0e082cde71a7d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Zolnai?= Date: Tue, 4 Feb 2020 15:33:04 +0100 Subject: [PATCH] cypress: mobile: Make this test more stable. Change-Id: I8eb8381696c79c1e7a04b1cf88cab12c4c14de92 --- cypress_test/integration_tests/mobile/styles_spec.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress_test/integration_tests/mobile/styles_spec.js b/cypress_test/integration_tests/mobile/styles_spec.js index b2671650e..213f1a99d 100644 --- a/cypress_test/integration_tests/mobile/styles_spec.js +++ b/cypress_test/integration_tests/mobile/styles_spec.js @@ -108,6 +108,10 @@ describe('Apply/modify styles.', function() { cy.get('#Italic') .click(); + // Close mobile wizard + cy.get('#tb_actionbar_item_mobile_wizard') + .click(); + helper.copyTextToClipboard(); cy.get('#copy-paste-container p i')