1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Fix cypress test

This commit is contained in:
Andrew Kingston 2021-06-11 13:11:17 +01:00
parent 0feb03379d
commit 2d3bc1312e

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", "") cy.getComponent(componentId).should("have.text", "Placeholder text")
}) })
}) })