chore: Improves the native filters UI/UX - iteration 3 (#14824)

This commit is contained in:
Michael S. Molina
2021-05-26 04:49:00 -03:00
committed by GitHub
parent 9fe0222009
commit 0c0eccb81a
8 changed files with 440 additions and 231 deletions

View File

@@ -110,7 +110,7 @@ describe('FiltersConfigModal', () => {
function addFilter() {
act(() => {
wrapper.find('button[aria-label="Add tab"]').at(0).simulate('click');
wrapper.find('[aria-label="Add filter"]').at(0).simulate('click');
});
}