Skip to content

Commit

Permalink
update one failed ui-test issue #2138
Browse files Browse the repository at this point in the history
  • Loading branch information
sgauruseu committed Oct 15, 2024
1 parent df7c671 commit ee4c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/idprovider.selectors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Id Provider Permissions spec', function () {
// 4. The dropdown should be expanded after clearing the options filter input
let options = await idProviderWizard.getPrincipalOptionDisplayNames();
console.log("ID PROVIDER PERMISSIONS OPTIONS #####################: " + options);
assert.ok(options.length > 10, 'More than 10 options should be in the list');
assert.ok(options.length > 9, 'More than 9 options should be in the list');
let countItem = duplicates(options, 'Administrator');
assert.ok(countItem === 1, 'Options should not be duplicated in the ListBox');
});
Expand Down

0 comments on commit ee4c613

Please sign in to comment.