Skip to content

Commit

Permalink
link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Oct 14, 2024
1 parent ff5822d commit 3204def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class WPTTestRunner {

let WPTResults = `<details><summary>${url}</summary>
[WPT test results](${response.data.summary})\n`,
[WPT result details](https://webpagetest.httparchive.org/result/${response.data.id}/1/details/#result)\n`,
metricsObjectResult = `
Changed custom metrics values:
\`\`\`json
Expand All @@ -106,7 +106,7 @@ ${metricsToLogString}
</details>\n\n`,
metricsObjectJSON = `
Cannot display changed custom metrics due to comment size limits, \
use [test JSON](https://webpagetest.httparchive.org/jsonResult.php?test=${response.data.id}&pretty=1) instead.
[view test JSON](https://webpagetest.httparchive.org/jsonResult.php?test=${response.data.id}&pretty=1) instead.
</details>\n\n`;

if (!this.commentSizeLimitHit && !this.checkCommentSizeLimit(metricsToLogString.length)) {
Expand Down

0 comments on commit 3204def

Please sign in to comment.