Skip to content

Commit

Permalink
fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 14, 2023
1 parent b01fe1b commit 41cbee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/library/video.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ it.describe('screencast', () => {
expect(fs.existsSync(path)).toBeTruthy();
});

it.only('should work with relative path for recordVideo.dir', async ({ browser }, testInfo) => {
it('should work with relative path for recordVideo.dir', async ({ browser }, testInfo) => {
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/27086' });
const videosPath = path.relative(process.cwd(), testInfo.outputPath(''));
const size = { width: 320, height: 240 };
Expand Down

0 comments on commit 41cbee5

Please sign in to comment.