describe("FormBuilder End-to-End Tests", () => { it(`User clicks the [add new] btn: Should see the form builder icon`, () => {}) it(`User drags it to the canvas: Should see it in the editor canvas`, () => {}) it(`User loads a editor page with it in the content: Should see it in the editor canvas`, () => {}) it(`User loads a live page with it in the content: Should see it on the page`, () => {}) it(`User double-clicks or access form builder property window: Should see appropriate properties window`, () => {}) it(`Form Builder Properties Window is Open: should be able to crud multiple field types`, () => {}) it(`Form Builder Properties Window is Open: should be able to re-order the list of field types`, () => {}) it(`Form Builder Properties Window is Open: should see each field type expand to reveal more options when i click it`, () => {}) it(`Form Builder Properties Window is Open: should see the component in the canvas update to reflect any change to the option I make`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the position of the entire form group`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the padding of the entire form group`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the width of the entire form group`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the alignment of the entire form group`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's font`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's width`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's height`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's border`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's shadow`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's position`, () => {}) it(`Form Builder Properties Window is Open: should be able to change the every field's padding`, () => {}) });