Update RichTextEditor_spec.js
This commit is contained in:
parent
895acb3681
commit
f4c17f7423
|
|
@ -49,7 +49,7 @@ describe("RichTextEditor Widget Functionality", function() {
|
||||||
const $body = $iframe.contents().find("body");
|
const $body = $iframe.contents().find("body");
|
||||||
cy.wrap($body)
|
cy.wrap($body)
|
||||||
.find("p")
|
.find("p")
|
||||||
.should("have.text", this.data.RichTexteditorBody);
|
.should("contain.text", this.data.RichTexteditorBody);
|
||||||
});
|
});
|
||||||
|
|
||||||
//Check the Disabled checkbox
|
//Check the Disabled checkbox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user