mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix merge conflicts and failing test
This commit is contained in:
parent
36585ad74e
commit
ede1260675
@ -68,11 +68,12 @@ describe('<DataListToolbar />', () => {
|
||||
|
||||
test('dropdown items sortable/searchable columns work', () => {
|
||||
const sortDropdownToggleSelector = 'button[id="awx-sort"]';
|
||||
const searchDropdownToggleSelector = 'button[id="awx-search"]';
|
||||
const searchDropdownToggleSelector =
|
||||
'Select[aria-label="Simple key select"] SelectToggle';
|
||||
const sortDropdownMenuItems =
|
||||
'DropdownMenu > ul[aria-labelledby="awx-sort"]';
|
||||
const searchDropdownMenuItems =
|
||||
'DropdownMenu > ul[aria-labelledby="awx-search"]';
|
||||
'Select[aria-label="Simple key select"] SelectOption';
|
||||
|
||||
const NEW_QS_CONFIG = {
|
||||
namespace: 'organization',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user