From 54dde3108e80fdf2c3118dc066027091e0465214 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Mon, 28 Sep 2020 16:51:48 +0200 Subject: cypress: fix test suite name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I23223cc36437dfdb3e5aa3e73979874f6424a986 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103623 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tamás Zolnai --- cypress_test/integration_tests/mobile/calc/chart_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress_test/integration_tests/mobile/calc/chart_spec.js b/cypress_test/integration_tests/mobile/calc/chart_spec.js index 9115b7557..5a78441a0 100644 --- a/cypress_test/integration_tests/mobile/calc/chart_spec.js +++ b/cypress_test/integration_tests/mobile/calc/chart_spec.js @@ -6,7 +6,7 @@ var helper = require('../../common/helper'); var mobileHelper = require('../../common/mobile_helper'); var calcMobileHelper = require('./calc_mobile_helper'); -describe('Calc insertion wizard.', function() { +describe('Chart tests.', function() { var testFileName = 'chart.ods'; beforeEach(function() { -- cgit v1.2.3