Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Que3216 committed Sep 19, 2024
1 parent 776d5d2 commit 8b58223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion out/cloud-compute.entrypoint.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/actions/cloud-compute/run-test-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const runOneTestRun = async ({
` --appUrl="${url}" \\\n` +
` --apiToken="<your API token>"\n` +
`\`\`\`\n\n` +
`Visit the 'Selected Sessions' tab or 'All Sessions' tab on your [Meticulous project page](${METICULIOUS_APP_URL}), click on a session and select the 'Simulate' tab to find a test session to replay and and to find your API token.`,
`To find a test session to replay and and to find your API token: visit the 'Selected Sessions' tab or 'All Sessions' tab on your [Meticulous project page](${METICULIOUS_APP_URL}), click on a session and select the 'Simulate' tab.`,
testSuiteId: `__meticulous_debug_${testRunId}__`,
shortHeadSha: shortCommitSha(headSha),
createIfDoesNotExist: true,
Expand Down

0 comments on commit 8b58223

Please sign in to comment.