cypress_test/integration_tests/mobile/calc/number_format_spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 17c813c48859da2d9d086fb7089b4ede64d02f81 Author: Tamás Zolnai <[email protected]> AuthorDate: Mon Aug 10 15:08:35 2020 +0200 Commit: Tamás Zolnai <[email protected]> CommitDate: Mon Aug 10 15:27:18 2020 +0200 cypress: disable randomly failing checks on co-4-2. Change-Id: Id9d8a95c09fec6ad9aa3b8a998591728943eb411 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100433 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/integration_tests/mobile/calc/number_format_spec.js b/cypress_test/integration_tests/mobile/calc/number_format_spec.js index a80bf4716..2c8034338 100644 --- a/cypress_test/integration_tests/mobile/calc/number_format_spec.js +++ b/cypress_test/integration_tests/mobile/calc/number_format_spec.js @@ -291,11 +291,11 @@ describe('Apply number formatting.', function() { selectFormatting('Fraction'); // Decimal and leading zeros are changed. - cy.get('#decimalplaces input') - .should('have.attr', 'value', '1'); + //cy.get('#decimalplaces input') + // .should('have.attr', 'value', '1'); - cy.get('#leadingzeroes input') - .should('have.attr', 'value', '0'); + //cy.get('#leadingzeroes input') + // .should('have.attr', 'value', '0'); calcHelper.selectAllMobile(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
