Skip to content

Commit

Permalink
BACKLOG-22209 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AKarmanov committed Jan 16, 2024
1 parent dffc5fb commit adb7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/filteringAPI.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit adb7d07

Please sign in to comment.