4 lines
210 B
JavaScript
4 lines
210 B
JavaScript
|
describe('Client Add credit path', () => {
|
||
|
it(`should click on the add credit button`, async() => {
|
||
|
it(`should edit the credit`, async() => {
|
||
|
it('should confirm the credit was updated', async() => {
|