mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02: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', () => {
|
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 = [
|
const columns = [
|
||||||
{ name: 'Name', key: 'name__icontains', isDefault: true },
|
{ name: 'Name', key: 'name__icontains', isDefault: true },
|
||||||
{ name: 'Description', key: 'description__icontains' },
|
{ name: 'Description', key: 'description__icontains' },
|
||||||
|
|||||||
Reference in New Issue
Block a user