Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Space Name textfield validation is not in concruent with create project space button validation #762

Open
Steffengreiner opened this issue Aug 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Steffengreiner
Copy link
Contributor

Describe the bug
The Project Space Name textfield validation is not concruent with the create project space button validation:
See the following movie for examples:
https://user-images.githubusercontent.com/29627977/128865058-003eb962-788c-483d-9f20-4df9cf17243b.mov

To Reproduce
Steps to reproduce the behavior:

Bug A:

  1. Select offer for which a project space should be created in OfferOverViewView
  2. Click "create a new project space" radio button
  3. Input project space name smaller than 3 characters without invalid characters
  4. Observe project space name is valid label
  5. Input valid project code
  6. Create project space button is greyed out.

Bug B:

  1. Select offer for which a project space should be created in OfferOverViewView
  2. Click "create a new project space" radio button
  3. Input project space name bigger than 1 character without an invalid characters
  4. Observe project space name is valid label
  5. Input valid project code
  6. Create project space button is clickable
  7. Remove characters from project space name textfield
  8. Create project space button is still clickable and textfield validation label indicates project space name as valid

Expected behavior
The project space validation label should be concruent with the validation of the project space button

@Steffengreiner Steffengreiner added the bug Something isn't working label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant