Skip to content

Commit 87a03cb

Browse files
committed
test: mark failing test as fixme
1 parent cd0fd9b commit 87a03cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/crx/recorder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ test('test', async ({ page }) => {
252252
await expect(recorderPage.locator('.CodeMirror-line')).toHaveText(code.split('\n'));
253253
});
254254

255-
test('should start recording with configured language', async ({ page, attachRecorder, configureRecorder }) => {
255+
test.fixme('should start recording with configured language', async ({ page, attachRecorder, configureRecorder }) => {
256256
{
257257
await configureRecorder({ targetLanguage: 'python-pytest' });
258258
const recorderPage = await attachRecorder(page);

0 commit comments

Comments
 (0)