Skip to content

Commit

Permalink
FIO-9321 test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban committed Nov 20, 2024
1 parent 54143e7 commit bd6d7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ describe('validateAvailableItems', function () {
expect(result?.errorKeyOrMessage).to.equal('invalidOption');
});

it('Validating a select boxes component with url data source with the available items validation parameter will return FieldError if the selected item is invalid', async function () {
it('Validating a select boxes component with url data source with the available items validation parameter will return null if the selected item is valid', async function () {
const component: SelectBoxesComponent = {
...simpleSelectBoxes,
dataSrc: 'url',
Expand Down

0 comments on commit bd6d7d4

Please sign in to comment.