Skip to content

Commit

Permalink
fix merge conflicts and failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitchell authored and John Mitchell committed Aug 4, 2020
1 parent ec52f18 commit 634e827
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,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',
Expand Down

0 comments on commit 634e827

Please sign in to comment.