summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-12-08 12:45:24 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2020-12-08 13:46:40 +0100
commit550f04f94d1d7200c90fd3cb654fd34896a293ab (patch)
tree2c941427c6146a7815a51417c397d440128cfb93
parentcypress: remove these useless lines of code. (diff)
downloadonline-550f04f94d1d7200c90fd3cb654fd34896a293ab.tar.gz
online-550f04f94d1d7200c90fd3cb654fd34896a293ab.zip
cypress: remove this workaround.
The related issue was fixed in: dc18239d07a33bbb13462b724fbc05e2e42250eb Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: Id0770d11fcaf8eb385b60ddf4286e804127999ca
-rw-r--r--cypress_test/integration_tests/desktop/writer/form_field_spec.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/form_field_spec.js b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
index 27e1c1451f..452250b69e 100644
--- a/cypress_test/integration_tests/desktop/writer/form_field_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
@@ -13,12 +13,6 @@ describe('Form field button tests.', function() {
if (Cypress.env('INTEGRATION') === 'nextcloud') {
desktopHelper.showStatusBarIfHidden();
}
-
- // Blinking cursor is not visible for some reason.
- helper.typeIntoDocument('x');
-
- cy.get('.blinking-cursor')
- .should('be.visible');
}
afterEach(function() {
helper.afterAll(testFileName, this.currentTest.state);