fix(searchBar): applyParams #1219

Merged
alexm merged 2 commits from 4960-hotFix_searchBar into master 2022-12-22 06:52:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 186a64f7fa - Show all commits

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import getBrowser from '../../helpers/puppeteer';
fdescribe('SmartTable SearchBar integration', () => {
describe('SmartTable SearchBar integration', () => {
let browser;
let page;
beforeAll(async() => {