4 lines
315 B
JavaScript
4 lines
315 B
JavaScript
describe('Client Add greuge path', () => {
|
|
it(`should click on the add greuge button`, async() => {
|
|
it(`should receive an error if all fields are empty but date and type on submit`, async() => {
|
|
it(`should create a new greuge with all its data and confirm the greuge was added to the list`, async() => { |