From adb7d075bdd300b236a7a2fa0c09f8faa412a3c4 Mon Sep 17 00:00:00 2001 From: akarmanov Date: Tue, 16 Jan 2024 14:43:21 -0500 Subject: [PATCH] BACKLOG-22209 Fix test --- tests/cypress/e2e/filteringAPI.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/e2e/filteringAPI.cy.ts b/tests/cypress/e2e/filteringAPI.cy.ts index 3d51c10..475d2f6 100644 --- a/tests/cypress/e2e/filteringAPI.cy.ts +++ b/tests/cypress/e2e/filteringAPI.cy.ts @@ -64,7 +64,7 @@ describe('HTML rich text filtering API', () => { pattern: null, __typename: 'GqlRichTextConfigAttribute' }); - expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.elements).length(70); + expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.elements).length(71); expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.protocols).length(3); expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.disallow.elements).length(1); expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.disallow.elements).contain('strong');