Fix cypress test

This commit is contained in:
Andrew Kingston 2021-07-05 17:37:38 +01:00
parent 27a03f7d35
commit 03c4f0fc24
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ context("Create Bindings", () => {
// The builder preview pages don't have a real URL, so all we can do // The builder preview pages don't have a real URL, so all we can do
// is check that we were able to bind to the property, and that the // is check that we were able to bind to the property, and that the
// component exists on the page // component exists on the page
cy.getComponent(componentId).should("have.text", "Placeholder text") cy.getComponent(componentId).should("have.text", "New Paragraph")
}) })
}) })