14 lines
1.1 KiB
JavaScript
14 lines
1.1 KiB
JavaScript
describe('Client create path', () => {
|
|
it(`should search for the user Carol Danvers to confirm it isn't created yet`, async() => {
|
|
it('should now access to the create client view by clicking the create-client floating button', async() => {
|
|
it('should receive an error when clicking the create button having name and Business name fields empty',
|
|
it(`should create a new province`, async() => {
|
|
it(`should create a new city`, async() => {
|
|
it(`should create a new post code`, async() => {
|
|
it(`should attempt to create a new user with all it's data but wrong email`, async() => {
|
|
it(`should attempt to create a new user with all it's data but wrong business type`, async() => {
|
|
it(`should attempt to create a new user with all it's data but wrong postal code`, async() => {
|
|
it(`should check for autocompleted city, province and country`, async() => {
|
|
it(`should create a new user with all correct data`, async() => {
|
|
it('should click on the Clients button of the top bar menu', async() => {
|
|
it(`should search for the user Carol Danvers to confirm it exists`, async() => { |