Create basic browser tests for TemplateWizard.
I think we should add the following flow with (with this template):
The base test should do:
- find the template, select it;
- test that there is 1 required field already visible;
- click Add all fields, test that there are now 5 fields visible;
- add a value for Date of Birth;
- remove Username, test that focus is now on Date of Death;
- try to close the dialog, test that an error is shown;
- cancel that, and try to close the template, and test that an error is shown;
- cancel that, and insert the template, and test that it was inserted.
And pass.