Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 29, 2024
1 parent e80b9e1 commit 5c36b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrunner/src/testrunners/docker-testrunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default async function runJob(job) {
workingDirectory,
configFileName,
resultFileName,
job.data.extras.includes('--webpagereplay')
job.data.extras && job.data.extras.includes('--webpagereplay')
);

if (job.data.scripting) {
Expand Down

0 comments on commit 5c36b67

Please sign in to comment.