JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

est: add e2e tests for final step of create colony flow #3682

Closed olgapod closed 4 days ago

olgapod commented 1 week ago

Description

Testing

Prerequisites: The test script simulates user interactions with the local instance of the web app, which means that the BE is expected to be set up and running. For now, backend services should be started manually and the initial test data should be seeded . Therefore, ensure that the development environment is properly set up by following the instructions in the README file

Diffs

New stuff

olgapod commented 6 days ago

@Nortsova it is actually expected the test to fail, as it's a bug that we have an issue for and that can be also reproduced manually https://github.com/JoinColony/colonyCDapp/issues/3565

iamsamgibbs commented 6 days ago

Ah, literally as I was writing it up! I guess it is fine to approve this for now. It would be helpful to adjust the testing steps and mention if we are expecting a specific test to fail.

Also when this is merged, could you add a comment to that issue saying that the test should pass in order for that issue to be resolved.