Skip to content

Commit ce8e3f7

Browse files
committed
put some logs
1 parent 91629f2 commit ce8e3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pit/its/initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const fs = require('fs');
3333
await takeScreenshot(page, __filename, 'view-created');
3434
await waitForServerReady(page, arg.url, { maxRetries: 30, retryInterval: 2000 });
3535
const view = (await execCommand(`find src/main/frontend src/main/java -name '${viewName}'`)).stdout.trim();
36-
expect(fs.existsSync(view)).toBeTruthy();
36+
expect(fs.existsSync(view), `Should exist ${view}`).toBeTruthy();
3737

3838
// Compile the application so as spring-devtools watches the changes
3939
await compileAndReload(page, arg.url, { waitTime: 10000 });

0 commit comments

Comments
 (0)