You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index/route.tsx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -462,13 +462,13 @@ function RunTaskInstructions() {
462
462
<StepNumberstepNumber="A"title="Trigger a test run"/>
463
463
<StepContentContainer>
464
464
<Paragraphspacing>
465
-
You can perform a Run with any payload you want, or use one of our examples on the test
466
-
page.
465
+
Perform a test run with a payload directly from the dashboard.
467
466
</Paragraph>
468
467
<LinkButton
469
468
to={v3TestPath(organization,project,environment)}
470
-
variant="primary/medium"
469
+
variant="secondary/medium"
471
470
LeadingIcon={BeakerIcon}
471
+
leadingIconClassName="text-lime-500"
472
472
className="inline-flex"
473
473
>
474
474
Test
@@ -483,15 +483,15 @@ function RunTaskInstructions() {
483
483
<StepNumberstepNumber="B"title="Trigger your task for real"/>
484
484
<StepContentContainer>
485
485
<Paragraphspacing>
486
-
Performing a real run depends on the type of Trigger your Task is using.
486
+
Performing a real run depends on the type of trigger your task is using.
0 commit comments