| 
									
										
										
										
											2018-08-23 14:24:15 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Page constant for typeahead input on the search bar | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2018-09-28 15:53:07 -07:00
										 |  |  | export const searchBarSelector = '.nacho-global-search__text-input input'; | 
					
						
							| 
									
										
										
										
											2018-09-17 23:03:32 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-31 20:51:14 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Page constant for entity select in search | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export const searchEntitySelector = '.nacho-global-search__entity-select select'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-17 23:03:32 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Page constant for search button | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2019-08-31 20:51:14 -07:00
										 |  |  | export const searchButton = '.nacho-global-search button.nacho-global-search__button'; | 
					
						
							| 
									
										
										
										
											2018-09-17 23:03:32 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * Page constant for search suggestions | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export const searchSuggestions = '.nacho-global-search .tt-menu'; |