Skip to content

Commit 7eb647c

Browse files
committed
fix(select): remove .only
1 parent 428338b commit 7eb647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select/test/basic/select.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
329329
* focus has a consistent behavior across modes
330330
*/
331331
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
332-
test.describe.only(title('select: focus'), () => {
332+
test.describe(title('select: focus'), () => {
333333
test('should have the focus class when tabbing', async ({ page, pageUtils }) => {
334334
await page.setContent(
335335
`

0 commit comments

Comments
 (0)