Skip to content

Commit 1c64d45

Browse files
authored
Update showcase-home.spec.ts
1 parent 6ce9b8b commit 1c64d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

showcases/e2e/home/showcase-home.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ test.describe('Home', () => {
141141
});
142142

143143
test('test custom-selects', async ({ page }, { project }) => {
144+
// TODO: We need to investigate on this one how to enable it for WebKit again
144145
const isWebkit =
145146
project.name === 'webkit' || project.name === 'mobile_safari';
146147
if (stencil || isWebkit) {

0 commit comments

Comments
 (0)