mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
remove unnecessary selectors from kebabification test
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user