summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-03-16 16:27:43 -0400
committerAshod Nakashian <ashnakash@gmail.com>2020-03-18 04:56:01 +0100
commitbc5bf2eb2ad355f342f158bcefcb968bb7e78318 (patch)
tree0004eaf3f2888b6e9f38558a58c5c59bb43bb108
parentb5e599f3c92c45b19e706c987d6b72b8263559b8 (diff)
cypress: calc assert we are in text edit mode in focus test
Change-Id: I21471d14d4bc44b20d252757c3bbb770e069bc81 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90649 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
-rw-r--r--cypress_test/integration_tests/mobile/calc/focus_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index a4a457bc6..49668d5ce 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -75,5 +75,7 @@ describe('Calc focus tests', function() {
// Document has the focus
cy.document().its('activeElement.className')
.should('be.eq', 'clipboard');
+
+ calcHelper.assertInTextEditMode();
});
});