cypress_test/integration_tests/common/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a0ce8346415f067e0e2ecdf8b34dee25b20049ad Author: Tamás Zolnai <[email protected]> AuthorDate: Thu Mar 5 20:48:04 2020 +0100 Commit: Tamás Zolnai <[email protected]> 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 <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
