playwright: add a test for cockpit cloud config

SSIA
This commit is contained in:
Gianluca Zuccarelli 2025-07-11 10:43:02 +01:00 committed by Sanne Raymaekers
parent 0b0171bb87
commit c9d721ea52
3 changed files with 76 additions and 0 deletions

View file

@ -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}