ACS-4126 Fixed single test

This commit is contained in:
Aleksander Sklorz
2023-03-25 22:09:02 +01:00
parent 1ef7cddfda
commit 3e44c8741e

View File

@@ -436,7 +436,7 @@ describe('LibraryMetadataFormComponent', () => {
clickOnUpdate(); clickOnUpdate();
tick(100); tick(100);
expect(findShowingTagInputButton().hasAttribute('hidden')).toBeFalse(); expect(tagsCreator.tagNameControlVisible).toBeFalse();
})); }));
describe('Setting tags', () => { describe('Setting tags', () => {