Skip to content

Commit 053a7cd

Browse files
committed
fix(searchbar): use correct text
1 parent d7535ad commit 053a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/searchbar/test/shape/searchbar.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { configs, test } from '@utils/test/playwright';
66
* This behavior does not vary across directions.
77
*/
88
configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
9-
test.describe(title('tab-bar: shape'), () => {
9+
test.describe(title('searchbar: shape'), () => {
1010
['soft', 'round', 'rectangular'].forEach((shape) => {
1111
test(`${shape} - should not have visual regressions`, async ({ page }) => {
1212
await page.setContent(

0 commit comments

Comments
 (0)