quiet-dream-68129
05/06/2023, 4:14 AMquiet-dream-68129
05/06/2023, 4:23 AMquiet-dream-68129
05/06/2023, 4:23 AMgray-kilobyte-89541
05/06/2023, 4:14 PMthousands-optician-582
05/06/2023, 7:43 PMValue found in row ${rowIndex + 1}, column ${cellIndex + 1}) //prints location
return false //stop the loop
}
})
.should('not.be.empty') //make sure the line is not empty
})
.should('not.be.empty') //make sure the table is not empty
.should('exist') //ensures that the table exists
.then(() => { //when the search is complete
cy.log('Value not found') //prints error message
expect(false).to.be.true //test failed
})quiet-dream-68129
05/08/2023, 3:10 AMquiet-dream-68129
05/08/2023, 3:11 AMquiet-dream-68129
05/08/2023, 4:27 AMquiet-dream-68129
05/08/2023, 4:28 AMValue found in row ${$index + 1})
return false
}
}).then(() => {
cy.log('Value not found')
expect(false).to.be.true
})quiet-dream-68129
05/08/2023, 4:28 AMquiet-dream-68129
05/08/2023, 5:09 AMhttps://cdn.discordapp.com/attachments/1104259979269120080/1104998452913504326/image.pngâ–¾
quiet-dream-68129
05/08/2023, 8:45 AMgray-kilobyte-89541
05/08/2023, 12:17 PMquiet-dream-68129
05/15/2023, 6:25 AM