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 Jul 31, 2020
1 parent d7efbc5 commit 8b9c86d
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 8b9c86d

Please sign in to comment.