We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7535ad commit 053a7cdCopy full SHA for 053a7cd
core/src/components/searchbar/test/shape/searchbar.e2e.ts
@@ -6,7 +6,7 @@ import { configs, test } from '@utils/test/playwright';
6
* This behavior does not vary across directions.
7
*/
8
configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
9
- test.describe(title('tab-bar: shape'), () => {
+ test.describe(title('searchbar: shape'), () => {
10
['soft', 'round', 'rectangular'].forEach((shape) => {
11
test(`${shape} - should not have visual regressions`, async ({ page }) => {
12
await page.setContent(
0 commit comments