summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/writer/focus_spec.js
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-04-30 18:02:58 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-04-30 18:55:41 +0200
commit39b00d3b84961c3e783e7d2cd7d5e99a1d084045 (patch)
tree36fb7f48497db6fca8a9d64102af690e6e5bbe66 /cypress_test/integration_tests/mobile/writer/focus_spec.js
parentcypress: don't run mobile and desktop tests in parallel. (diff)
downloadonline-39b00d3b84961c3e783e7d2cd7d5e99a1d084045.tar.gz
online-39b00d3b84961c3e783e7d2cd7d5e99a1d084045.zip
cypress: disable various regressed test cases.
Change-Id: I316021a57e9bd3288138c1ac2e85af73d8efcf46 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93224 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cypress_test/integration_tests/mobile/writer/focus_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/writer/focus_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/mobile/writer/focus_spec.js b/cypress_test/integration_tests/mobile/writer/focus_spec.js
index 602723e0b3..e09c3c85e5 100644
--- a/cypress_test/integration_tests/mobile/writer/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/focus_spec.js
@@ -90,7 +90,7 @@ describe('Focus tests', function() {
.click();
cy.get('#aboveparaspacing .spinfield')
- .should('have.attr', 'value', '0.0')
+ .should('have.attr', 'value', '0')
.click();
// The spinfield should have the focus now.