mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
remove unnecessary selectors from kebabification test
This commit is contained in:
parent
1323626d5e
commit
54d13b6397
@ -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' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user