[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 5 20:15:41 UTC 2020


 cypress_test/integration_tests/common/helper.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a0ce8346415f067e0e2ecdf8b34dee25b20049ad
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Mar 5 20:48:04 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Mar 5 21:15:23 2020 +0100

    cypress: mobile: fix random failure related to long press.
    
    Change-Id: I61698639c0461c0acc6b2c97641d732b036a9d1b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90061
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index 6ead0f709..773c394f6 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -191,7 +191,7 @@ function detectLOCoreVersion() {
 }
 
 function longPressOnDocument(posX, posY) {
-	cy.get('#document-container')
+	cy.get('.leaflet-pane.leaflet-map-pane')
 		.then(function(items) {
 			expect(items).have.length(1);
 


More information about the Libreoffice-commits mailing list