Closed rdig closed 4 years ago
Note that this is waiting for #960 to be merged before work being able to be started here
@rdig This one can be done now, can do it if you want.
Now that you finished the new Colony Workflow, yes it can be tackled.
If you want, sure, go for it!
As it says on the tin: write a
cypress
spec that tests updates made to the User profile metadata.Testing
It should cover:
Best practices
Please note that, as a best practice, prefer to add a new
data-test
attribute, to hook onto components, rather then relying on elements/class/ids selectors and filtering from there.Example:
See this example spec: https://github.com/JoinColony/colonyDapp/blob/master/cypress/integration/claim-username.js
Resources
A couple of resources to help you along you're journey: