playwright: add a test for cockpit cloud config
SSIA
This commit is contained in:
parent
0b0171bb87
commit
c9d721ea52
3 changed files with 76 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ const AWSBucket = ({ value, onChange, isDisabled }: FormGroupProps<string>) => {
|
|||
return (
|
||||
<FormGroup label={label}>
|
||||
<ValidatedInput
|
||||
placeholder="AWS bucket"
|
||||
ariaLabel="aws-bucket"
|
||||
value={value || ''}
|
||||
validator={isAwsBucketValid}
|
||||
|
|
@ -146,6 +147,7 @@ const AWSCredsPath = ({
|
|||
return (
|
||||
<FormGroup label={label}>
|
||||
<ValidatedInput
|
||||
placeholder="Path to AWS credentials"
|
||||
ariaLabel="aws-creds-path"
|
||||
value={value || ''}
|
||||
validator={isAwsCredsPathValid}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue