test(e2e): align web specs with current app routes
This commit is contained in:
@@ -90,6 +90,7 @@ function SearchResultsInner({
|
||||
value={sort}
|
||||
onChange={(e) => onSortChange(e.target.value)}
|
||||
className="w-full sm:w-48"
|
||||
aria-label="Sắp xếp kết quả tìm kiếm"
|
||||
>
|
||||
<option value="">Mới nhất</option>
|
||||
<option value="price_asc">Giá: Thấp đến cao</option>
|
||||
|
||||
Reference in New Issue
Block a user