Skip to content

Commit dffc5fb

Browse files
committed
BACKLOG-22209 Fix test
1 parent 8e09c08 commit dffc5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/filteringAPI.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('HTML rich text filtering API', () => {
4646
siteKey: siteKey
4747
}
4848
}).then(response => {
49-
expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.attributes).length(39);
49+
expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.attributes).length(40);
5050
expect(response.data.richtextConfiguration.htmlFiltering.richtextConfiguration.attributes.find(a => a.attribute === 'class')).to.deep.equal({
5151
attribute: 'class',
5252
elements: [],

0 commit comments

Comments
 (0)