mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
chore(onboarding): rename account -> provider (#11827)
This commit is contained in:
@@ -93,7 +93,7 @@ describe("LaunchStep", () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Then
|
// Then
|
||||||
expect(screen.getByText("Account Connected!")).toBeInTheDocument();
|
expect(screen.getByText("Provider Connected!")).toBeInTheDocument();
|
||||||
expect(
|
expect(
|
||||||
screen.getByRole("radio", { name: "On a schedule" }),
|
screen.getByRole("radio", { name: "On a schedule" }),
|
||||||
).toBeChecked();
|
).toBeChecked();
|
||||||
|
|||||||
@@ -296,11 +296,11 @@ export function LaunchStep({
|
|||||||
|
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<TreeStatusIcon status={TREE_ITEM_STATUS.SUCCESS} className="size-6" />
|
<TreeStatusIcon status={TREE_ITEM_STATUS.SUCCESS} className="size-6" />
|
||||||
<h3 className="text-sm font-semibold">Account Connected!</h3>
|
<h3 className="text-sm font-semibold">Provider Connected!</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-text-neutral-secondary text-sm">
|
<p className="text-text-neutral-secondary text-sm">
|
||||||
Your account is connected to Prowler and ready to Scan!
|
Your provider is connected to Prowler and ready to Scan!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{!providerId && (
|
{!providerId && (
|
||||||
|
|||||||
Reference in New Issue
Block a user