mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark enum babel test as failing (#13282)
This commit is contained in:
parent
1bebc28aed
commit
8a6b640fca
@ -39,6 +39,7 @@ test('should succeed', async ({ runInlineTest }) => {
|
||||
|
||||
test('should treat enums equally', async ({ runInlineTest }) => {
|
||||
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' });
|
||||
test.fail();
|
||||
const result = await runInlineTest({
|
||||
'component.tsx': `
|
||||
export enum MyEnum {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user