Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kim authored and Chris Kim committed Oct 4, 2024
1 parent e6eccee commit 2b12117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/search/tests/e2e/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const SELECTORS = {
PAGINATION: 'va-pagination',
HEADER_SEARCH_TRIGGER: 'button.sitewide-search-drop-down-panel-button',
HEADER_SEARCH_FIELD: '.search-dropdown-input-field',
HEADER_TYPEAHEAD_DROPDOWN: '[data-e2e-id="search-dropdown-options"]',
HEADER_TYPEAHEAD_DROPDOWN: '.search-dropdown-options',
HEADER_SEARCH_SUBMIT: '[data-e2e-id="sitewide-search-submit-button"]',
};

Expand Down

0 comments on commit 2b12117

Please sign in to comment.