Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Apr 1, 2024
1 parent 54aaa9e commit c541e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui-e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const server = {
baseUrl: UUI_APP_BASE_URL,
};
//
const parentDir = isDocker ? '' : 'uui-e2e-tests/';
const parentDir = isDocker ? '' : '';
export const screenshotsDirAbsPath = path.resolve(process.cwd(), 'tests/__screenshots__');
const testMatch = `${parentDir}tests/*.e2e.ts`;
const outputDir = `${parentDir}tests/.report/results`;
Expand Down

0 comments on commit c541e8b

Please sign in to comment.