fix: refs #6761 fixtures #1962

Merged
jorgep merged 3 commits from 6761-fixE2e into dev 2024-01-30 08:18:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ea1600f4a - Show all commits

View File

@ -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
Outdated
Review

Si fuera el caso ya no seria '... now unchecked'

Si fuera el caso ya no seria '... now unchecked'
const result = await page.checkboxState(selectors.supplierBasicData.isSerious);
expect(result).toBe('checked');