remove unnecessary selectors from kebabification test

This commit is contained in:
John Mitchell 2020-08-12 09:23:14 -04:00
parent 1323626d5e
commit 54d13b6397

View File

@ -94,8 +94,6 @@ describe('<Search />', () => {
});
test('changing key select to and from advanced causes onShowAdvancedSearch callback to be invoked', () => {
const searchButton = 'button[aria-label="Search submit button"]';
const searchTextInput = 'input[aria-label="Search text input"]';
const columns = [
{ name: 'Name', key: 'name__icontains', isDefault: true },
{ name: 'Description', key: 'description__icontains' },