Skip to content

Commit

Permalink
spellfix in github actions flow (#47654)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Oct 17, 2024
1 parent 10fce0d commit 8fa978f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('connectGitHub Component', () => {
screen.getByText('Name of the GitHub Actions Workflow')
).toBeInTheDocument();
expect(screen.getByPlaceholderText('cd')).toBeInTheDocument();
expect(screen.getByText('Environmnet')).toBeInTheDocument();
expect(screen.getByText('Environment')).toBeInTheDocument();
expect(screen.getByPlaceholderText('development')).toBeInTheDocument();
expect(screen.getByText('Restrict to a GitHub User')).toBeInTheDocument();
expect(screen.getByPlaceholderText('octocat')).toBeInTheDocument();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function ConnectGitHub({ nextStep, prevStep }: FlowStepProps) {

<FormItem>
<Text>
Environmnet <OptionalFieldText />
Environment <OptionalFieldText />
</Text>
<Input
disabled={isLoading}
Expand Down

0 comments on commit 8fa978f

Please sign in to comment.