fix: refs #6276 test title
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-01-30 08:11:21 +01:00
parent 3190e14112
commit 8ea1600f4a
1 changed files with 1 additions and 1 deletions

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() => {
const result = await page.checkboxState(selectors.supplierBasicData.isSerious);
expect(result).toBe('checked');