mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
chore(UI): update search placeholder (#53346)
This commit is contained in:
@@ -642,7 +642,7 @@
|
||||
},
|
||||
"search": {
|
||||
"label": "Search",
|
||||
"placeholder": "Search 9,000+ tutorials",
|
||||
"placeholder": "Search 10,700+ tutorials",
|
||||
"see-results": "See all results for {{searchQuery}}",
|
||||
"no-tutorials": "No tutorials found",
|
||||
"try": "Looking for something? Try the search bar on this page.",
|
||||
|
||||
@@ -20,7 +20,7 @@ test.describe('Search', () => {
|
||||
await expect(searchInput).toBeVisible();
|
||||
await expect(searchInput).toHaveAttribute(
|
||||
'placeholder',
|
||||
'Search 9,000+ tutorials'
|
||||
'Search 10,700+ tutorials'
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user