From b572c8e8c5eed2c9c4a732c23083ea1f476a4b80 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 25 Sep 2023 10:43:15 +0200 Subject: [PATCH] chore: adjust `no-signal-event-subprocess` error message to changes --- test/spec/utils/error-messages.spec.js | 2 +- test/spec/utils/properties-panel.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spec/utils/error-messages.spec.js b/test/spec/utils/error-messages.spec.js index 0448a69..b7f2622 100644 --- a/test/spec/utils/error-messages.spec.js +++ b/test/spec/utils/error-messages.spec.js @@ -63,7 +63,7 @@ describe('utils/error-messages', function() { const errorMessage = getErrorMessage(report, 'Camunda Cloud', executionPlatformVersion); // then - expect(errorMessage).to.equal('A in a is not supported by Camunda 8.2'); + expect(errorMessage).to.equal('A in a is only supported by Camunda 8.3 or newer'); }); }); diff --git a/test/spec/utils/properties-panel.spec.js b/test/spec/utils/properties-panel.spec.js index 841425f..a601885 100644 --- a/test/spec/utils/properties-panel.spec.js +++ b/test/spec/utils/properties-panel.spec.js @@ -1780,7 +1780,7 @@ describe('utils/properties-panel', function() { }); - it('should not return errors for category info', async function() { + it('should not return errors for category warn', async function() { // given const linter = new Linter({