fix: refs #8583 workerBusiness
This commit is contained in:
parent
f96dc7345f
commit
3e8ff15c64
|
@ -24,7 +24,7 @@ describe('WorkerBusiness', () => {
|
||||||
cy.get('.q-page-sticky > div > .q-btn').click();
|
cy.get('.q-page-sticky > div > .q-btn').click();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should throw an error if a pay method has not been selected', () => {
|
it('should create a business', () => {
|
||||||
// cy.fillInForm(...Business);
|
// cy.fillInForm(...Business);
|
||||||
cy.fillInForm({
|
cy.fillInForm({
|
||||||
...Business,
|
...Business,
|
||||||
|
|
Loading…
Reference in New Issue