AutoPacker-OSS / autopacker

MIT License
6 stars 1 forks source link

Update TestCreateOrg.java #103

Closed MrPrecise closed 3 years ago

MrPrecise commented 3 years ago

Changed the TestCreateOrgButton into TestCreateOrg, since it was always on the way to making a organization.

Added the extra steps of changing to the create organization form, filling out the form and checking if we can submit the form. If we can submit the form, it means the test was successful. Since we can't get feedback from the backend yet (Since it's not made), we will use the button as active as our result if it worked or not.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

ANicholasson commented 3 years ago

@MrPrecise I can come with a little comment on this closed PR. When taking into account that this page will be part of the actual application, it might be better to leave the "Test" part of the naming so instead of TestCreateOrg, it would be CreateOrg.