summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/writer/insert_object_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/writer/insert_object_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
index 15a99460fb..0e5e03dc62 100644
--- a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
@@ -77,7 +77,7 @@ describe('Insert objects via insertion wizard.', function() {
cy.get('.leaflet-marker-icon.table-column-resize-marker')
.should('exist');
- writerHelper.selectAllTextOfDoc();
+ helper.typeIntoDocument('{ctrl}a');
// Two rows
cy.get('#copy-paste-container tr')
@@ -111,7 +111,7 @@ describe('Insert objects via insertion wizard.', function() {
cy.get('.leaflet-marker-icon.table-column-resize-marker')
.should('exist');
- writerHelper.selectAllTextOfDoc();
+ helper.typeIntoDocument('{ctrl}a');
// Three rows
cy.get('#copy-paste-container tr')