remove useless debug logs
This commit is contained in:
parent
4308f1af26
commit
7441218c7f
1 changed files with 0 additions and 2 deletions
|
@ -40,13 +40,11 @@ suite('@utils', () => {
|
|||
icon.classList.add('fr-icon-add-line');
|
||||
|
||||
toggleExpandIcon(icon);
|
||||
console.log(icon.outerHTML);
|
||||
expect(icon.classList.contains('fr-icon-subtract-line')).toBeTruthy();
|
||||
expect(icon.classList.contains('fr-icon-add-line')).toBeFalsy();
|
||||
toggleExpandIcon(icon);
|
||||
expect(icon.classList.contains('fr-icon-add-line')).toBeTruthy();
|
||||
expect(icon.classList.contains('fr-icon-subtract-line')).toBeFalsy();
|
||||
console.log(icon.outerHTML);
|
||||
});
|
||||
|
||||
test('isSelectElement', () => {
|
||||
|
|
Loading…
Reference in a new issue