fix: refs #6761 fixtures #1962
|
@ -41,7 +41,7 @@ describe('Supplier basic data path', () => {
|
|||
expect(result).toEqual('Plants Nick SL');
|
||||
});
|
||||
|
||||
it('should check the isSerious checkbox is now unchecked', async() => {
|
||||
it('should check the isSerious checkbox is now checked', async() => {
|
||||
jorgep marked this conversation as resolved
Outdated
|
||||
const result = await page.checkboxState(selectors.supplierBasicData.isSerious);
|
||||
|
||||
expect(result).toBe('checked');
|
||||
|
|
Loading…
Reference in New Issue
Si fuera el caso ya no seria '... now unchecked'