summaryrefslogtreecommitdiff
path: root/cypress_test
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-09-01 11:52:44 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-09-03 10:51:54 +0200
commit95bc84e748bc8c8aa82dbc4e978029ce006c7b75 (patch)
tree44217d4b89affb1c6a63bf0cae569bdd9acbdec3 /cypress_test
parent337ce6373f66838b73e4b53bd10ca2ecb276f90d (diff)
cypress: remove outdated comment.
Change-Id: I132ec38feacc5450e0b31d910b8f29e09dca2a66 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101988 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cypress_test')
-rw-r--r--cypress_test/integration_tests/desktop/writer/focus_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/focus_spec.js b/cypress_test/integration_tests/desktop/writer/focus_spec.js
index 780ee0619..07a231262 100644
--- a/cypress_test/integration_tests/desktop/writer/focus_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/focus_spec.js
@@ -69,7 +69,6 @@ describe('Focus tests', function() {
helper.typeText('body', text, 200);
// Search field still has the focus.
- // We have a focus issue here.
cy.document().its('activeElement.id')
.should('be.eq', 'search-input');