PromucFlow_constructor/app/client/cypress/fixtures/example.json
2020-05-11 05:15:26 +00:00

19 lines
687 B
JSON

{
"name":"Using fixtures to represent data",
"email":"hello@cypress.io",
"body":"Fixtures are a great way to mock data for responses to routes",
"ButtonLabel":"Test Button",
"ButtonName":"Submitbutton",
"AlertModalName":"Alert_Modal",
"FormModalName":"Form_Modal",
"TextLabelValue":"Test Text Label",
"TextName":"TestTextBox",
"TextLabel":"Label",
"TextBody":"Body",
"TextHeading":"Heading",
"Datepickername":"Datepicker",
"DatepickerLable":"date",
"RichTextEditorName":"RichtextEditor",
"HtmlText":"This is the initial<b>content </b> <h1> This is a Heading</h1> <p> This is a paragraph.</p>",
"RichTexteditorBody":"Here is the text area to edit html"
}