summaryrefslogtreecommitdiffstats
path: root/cypress_test
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-03-12 12:43:43 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2021-03-19 17:35:00 +0100
commit856cbafcf7a7a0ae463586ea62f04cc56199e3f8 (patch)
treec9fe68daa7a92aea6cee83ab66355eeb91acc9d2 /cypress_test
parentcypress: remove this redundant logging. (diff)
downloadonline-856cbafcf7a7a0ae463586ea62f04cc56199e3f8.tar.gz
online-856cbafcf7a7a0ae463586ea62f04cc56199e3f8.zip
cypress: this workaround is not needed anymore.
Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I0fd44d7a0d5cd484739a7f85cce89266980a5151 (cherry picked from commit 7d4739384575a1704998b79feefee99f599ef63e)
Diffstat (limited to 'cypress_test')
-rw-r--r--cypress_test/integration_tests/mobile/writer/annotation_spec.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/cypress_test/integration_tests/mobile/writer/annotation_spec.js b/cypress_test/integration_tests/mobile/writer/annotation_spec.js
index 4c96e17748..5b1a4b0b2d 100644
--- a/cypress_test/integration_tests/mobile/writer/annotation_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/annotation_spec.js
@@ -1,4 +1,4 @@
-/* global describe it cy beforeEach require afterEach Cypress*/
+/* global describe it cy beforeEach require afterEach */
var helper = require('../../common/helper');
var mobileHelper = require('../../common/mobile_helper');
@@ -84,12 +84,6 @@ describe('Annotation tests.', function() {
it('Reply to comment.', function() {
insertComment();
- // TODO: we wait for a focus event before replying because
- // it would grab the focus from the dialog otherwise.
- if (Cypress.env('INTEGRATION') === 'php-proxy') {
- cy.wait(2000);
- }
-
mobileHelper.selectAnnotationMenuItem('Reply');
cy.get('.loleaflet-annotation-table')